Developer docs update

This commit is contained in:
Jermolene
2014-09-20 15:37:14 +01:00
parent 15e9e21d2a
commit 2ee82a289a
3 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
created: 20140101174749409
modified: 20140101174811711
title: package.json for node-webkit
type: text/plain
{
"name": "tiddlywiki",
"main": "./index.html",
"window": {
"toolbar": true,
"width": 1024,
"height": 768
}
}