lbry-desktop/package.json
2017-04-28 03:14:58 -04:00

48 lines
836 B
JSON

{
"postinstall": "install-app-deps",
"build": {
"asar": false,
"directories": {
"app": "app"
},
"appId": "io.lbry.LBRY",
"mac": {
"category": "public.app-category.utilities",
"target": "dmg"
},
"dmg": {
"iconSize": 128,
"contents": [
{
"x": 115,
"y": 164
},
{
"x": 387,
"y": 164,
"type": "link",
"path": "/Applications"
}
],
"window": {
"x": 200,
"y": 200,
"width": 500,
"height": 300
},
"backgroundColor": "155B4A"
},
"linux": {
"target": "deb"
},
"win": {
"target": "nsis"
}
},
"devDependencies": {
"electron": "^1.4.15",
"electron-builder": "^11.7.0"
},
"dependencies": {}
}