mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
created: 20140101174749409
|
|
modified: 20140101174811711
|
|
title: package.json for NW.js
|
|
type: text/plain
|
|
|
|
{
|
|
"name": "tiddlywiki",
|
|
"main": "./index.html",
|
|
"window": {
|
|
"toolbar": true,
|
|
"width": 1024,
|
|
"height": 768
|
|
}
|
|
} |