Added node-webkit config
This commit is contained in:
parent
53e08ebff3
commit
e650b07fd6
@ -7,6 +7,14 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"shout": "index.js"
|
"shout": "index.js"
|
||||||
},
|
},
|
||||||
|
"main": "http://localhost:9000/",
|
||||||
|
"node-main": "./index.js",
|
||||||
|
"window": {
|
||||||
|
"title": "Shout",
|
||||||
|
"toolbar": false,
|
||||||
|
"height": 640,
|
||||||
|
"width": 1024
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/erming/shout.git"
|
"url": "https://github.com/erming/shout.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user