mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
1a95ec9ac4
Thanks to @cjrk and @cheigele for contributing their developer docs (which can be found at https://github.com/cjrk/saa-tw). By the way, I plan to remove the “creator” and “modifier” fields but will keep a prominent acknowledgement for your contributions.
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
created: 20140101174749409
|
|
modified: 20140101174811711
|
|
title: packge.json for node-webkit
|
|
type: text/plain
|
|
|
|
{
|
|
"name": "tiddlywiki",
|
|
"main": "./index.html",
|
|
"window": {
|
|
"toolbar": true,
|
|
"width": 1024,
|
|
"height": 768
|
|
}
|
|
} |