2017-01-16 20:06:53 +01:00
|
|
|
{
|
2017-01-27 01:21:27 +01:00
|
|
|
"postinstall": "install-app-deps",
|
2017-01-27 00:21:06 +01:00
|
|
|
"build": {
|
2017-01-27 01:21:27 +01:00
|
|
|
"asar": false,
|
|
|
|
"directories": {
|
|
|
|
"app": "app"
|
|
|
|
},
|
2017-01-27 00:21:06 +01:00
|
|
|
"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,
|
2017-01-27 01:21:27 +01:00
|
|
|
"height": 300
|
|
|
|
},
|
|
|
|
"backgroundColor": "155B4A"
|
2017-02-10 00:48:51 +01:00
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": "deb"
|
2017-02-10 20:11:26 +01:00
|
|
|
},
|
|
|
|
"win": {
|
2017-02-17 21:06:57 +01:00
|
|
|
"target": "nsis"
|
2017-01-27 00:21:06 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"electron": "^1.4.15",
|
|
|
|
"electron-builder": "^11.7.0"
|
2017-04-27 08:52:14 +02:00
|
|
|
},
|
2017-04-28 09:13:02 +02:00
|
|
|
"dependencies": {}
|
2017-01-16 20:06:53 +01:00
|
|
|
}
|