Merge pull request #167 from resin-io/misc/reformat-package-json

Reformat package.json
This commit is contained in:
Juan Cruz Viotti 2016-03-01 10:53:49 -04:00
commit 37a69d5e33

View File

@ -18,21 +18,30 @@
"author": "Juan Cruz Viotti <juan@resin.io>",
"license": "Apache-2.0",
"builder": {
"osx" : {
"osx": {
"title": "Etcher",
"background": "assets/osx/installer.png",
"icon": "assets/icon.icns",
"icon-size": 110,
"contents": [
{ "x": 415, "y": 225, "type": "link", "path": "/Applications" },
{ "x": 140, "y": 225, "type": "file" }
{
"x": 415,
"y": 225,
"type": "link",
"path": "/Applications"
},
{
"x": 140,
"y": 225,
"type": "file"
}
]
},
"win": {
"title" : "Etcher",
"version" : "0.0.1",
"title": "Etcher",
"version": "0.0.1",
"publisher": "Resin.io",
"icon" : "assets/icon.ico",
"icon": "assets/icon.ico",
"verbosity": 1
}
},
@ -57,8 +66,8 @@
},
"devDependencies": {
"angular-mocks": "^1.4.7",
"electron-mocha": "^0.8.0",
"electron-builder": "^2.6.0",
"electron-mocha": "^0.8.0",
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.36.8",
"gulp": "^3.9.0",