lbry-desktop/package.json

66 lines
1.2 KiB
JSON
Raw Normal View History

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
},
2017-06-06 18:58:16 +02:00
"protocols": [
{
"name": "lbry",
"role": "Viewer",
"schemes": [
"lbry"
]
}
],
2017-02-10 00:48:51 +01:00
"linux": {
"target": "deb",
"desktop": {
"MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U"
}
2017-02-10 20:11:26 +01:00
},
"win": {
2017-02-17 21:06:57 +01:00
"target": "nsis"
},
"nsis": {
"perMachine": true
2017-01-27 00:21:06 +01:00
}
},
"devDependencies": {
2017-06-23 20:21:55 +02:00
"devtron": "^1.4.0",
"electron": "^1.7.5",
2017-04-07 07:15:22 +02:00
"electron-builder": "^11.7.0",
"electron-debug": "^1.4.0"
2017-08-16 05:02:16 +02:00
},
"license": "MIT"
2017-01-16 20:06:53 +01:00
}