Added node-webkit config

This commit is contained in:
Mattias Erming 2014-09-06 14:17:18 -07:00
parent 53e08ebff3
commit e650b07fd6
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@
"bin": {
"shout": "index.js"
},
"main": "http://localhost:9000/",
"node-main": "./index.js",
"window": {
"title": "Shout",
"toolbar": false,
"height": 640,
"width": 1024
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"