lbry-desktop/electron/package.json

43 lines
863 B
JSON
Raw Normal View History

2017-01-16 20:06:53 +01:00
{
"name": "LBRY",
"version": "0.1.0",
"main": "main.js",
2017-01-27 00:21:06 +01:00
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": "lbry.io",
2017-01-16 20:06:53 +01:00
"dependencies": {
"jayson": "^2.0.2"
2017-01-27 00:21:06 +01:00
},
"build": {
"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": 320
}
}
},
"devDependencies": {
"electron": "^1.4.15",
"electron-builder": "^11.7.0"
2017-01-16 20:06:53 +01:00
}
}