mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 15:57:18 +00:00
Reformat package.json
We made some manual changes to `package.json` that were not formatted correctly. This PR lets `npm` itself reorganize and format the manifest.
This commit is contained in:
parent
e095664c38
commit
f59b7ecc04
23
package.json
23
package.json
@ -18,21 +18,30 @@
|
|||||||
"author": "Juan Cruz Viotti <juan@resin.io>",
|
"author": "Juan Cruz Viotti <juan@resin.io>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"builder": {
|
"builder": {
|
||||||
"osx" : {
|
"osx": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"background": "assets/osx/installer.png",
|
"background": "assets/osx/installer.png",
|
||||||
"icon": "assets/icon.icns",
|
"icon": "assets/icon.icns",
|
||||||
"icon-size": 110,
|
"icon-size": 110,
|
||||||
"contents": [
|
"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": {
|
"win": {
|
||||||
"title" : "Etcher",
|
"title": "Etcher",
|
||||||
"version" : "0.0.1",
|
"version": "0.0.1",
|
||||||
"publisher": "Resin.io",
|
"publisher": "Resin.io",
|
||||||
"icon" : "assets/icon.ico",
|
"icon": "assets/icon.ico",
|
||||||
"verbosity": 1
|
"verbosity": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -57,8 +66,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular-mocks": "^1.4.7",
|
"angular-mocks": "^1.4.7",
|
||||||
"electron-mocha": "^0.8.0",
|
|
||||||
"electron-builder": "^2.6.0",
|
"electron-builder": "^2.6.0",
|
||||||
|
"electron-mocha": "^0.8.0",
|
||||||
"electron-packager": "^5.1.1",
|
"electron-packager": "^5.1.1",
|
||||||
"electron-prebuilt": "^0.36.8",
|
"electron-prebuilt": "^0.36.8",
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user