add the packager and a start command

This commit is contained in:
Stephen Birarda 2015-12-02 13:50:50 -08:00
parent 67eb87a945
commit 73bedfcab1

View file

@ -8,11 +8,15 @@
""
],
"devDependencies": {
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.35.0"
},
"repository": {
"type": "git",
"url": "https://github.com/highfidelity/hifi.git"
"type": "git",
"url": "https://github.com/highfidelity/hifi.git"
},
"main": "main.js"
"main": "main.js",
"scripts": {
"start": "electron ."
}
}