lbry-desktop/app/package.json

26 lines
690 B
JSON
Raw Normal View History

2017-01-26 18:21:27 -06:00
{
"name": "LBRY",
2017-08-03 15:08:46 -04:00
"version": "0.14.3",
2017-01-26 18:21:27 -06:00
"main": "main.js",
2017-08-03 11:30:46 -04:00
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
2017-02-09 18:17:09 -06:00
"author": {
2017-03-13 14:12:56 -04:00
"name": "LBRY Inc.",
"email": "hello@lbry.io"
2017-02-09 18:17:09 -06:00
},
2017-01-26 18:21:27 -06:00
"dependencies": {
2017-02-16 21:26:57 -06:00
"electron-dl": "^1.6.0",
2017-02-10 13:11:26 -06:00
"install": "^0.8.7",
"jayson": "^2.0.2",
"keytar": "^4.0.3",
2017-02-10 13:11:26 -06:00
"npm": "^4.2.0",
"semver": "^5.3.0",
2017-02-10 13:11:26 -06:00
"tree-kill": "^1.1.0"
},
"devDependencies": {
"electron-rebuild": "^1.5.11"
},
"lbrySettings": {
2017-08-15 17:04:09 -04:00
"lbrynetDaemonVersion": "0.15.0",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
2017-01-26 18:21:27 -06:00
}
}