mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
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
|
||
|
}
|
||
|
}
|