lbry-desktop/app/package.json

29 lines
763 B
JSON
Raw Normal View History

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