From e650b07fd644b918cbb55234436c1a2ea06d5b8b Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sat, 6 Sep 2014 14:17:18 -0700 Subject: [PATCH] Added node-webkit config --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 0986d08..ff60d57 100644 --- a/package.json +++ b/package.json @@ -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"