mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
35 lines
633 B
Plaintext
35 lines
633 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "sjcl.js",
|
|
"fields": {
|
|
"title": "$:/library/sjcl.js",
|
|
"type": "application/javascript",
|
|
"library": "yes"
|
|
},
|
|
"prefix": "(function(define) {\n",
|
|
"suffix": "\n})(function (_,defined){window.sjcl = defined()})\n"
|
|
},
|
|
{
|
|
"file": "boot.js",
|
|
"fields": {
|
|
"title": "$:/boot/boot.js",
|
|
"type": "application/javascript"
|
|
}
|
|
},
|
|
{
|
|
"file": "bootprefix.js",
|
|
"fields": {
|
|
"title": "$:/boot/bootprefix.js",
|
|
"type": "application/javascript"
|
|
}
|
|
},
|
|
{
|
|
"file": "boot.css",
|
|
"fields": {
|
|
"title": "$:/boot/boot.css",
|
|
"type": "text/css"
|
|
}
|
|
}
|
|
]
|
|
} |