27 lines
711 B
JSON
27 lines
711 B
JSON
{
|
|
"name": "LBRY",
|
|
"version": "0.17.1",
|
|
"main": "main.js",
|
|
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
|
"author": {
|
|
"name": "LBRY Inc.",
|
|
"email": "hello@lbry.io"
|
|
},
|
|
"dependencies": {
|
|
"electron-dl": "^1.6.0",
|
|
"install": "^0.8.7",
|
|
"jayson": "^2.0.2",
|
|
"keytar": "^4.0.3",
|
|
"npm": "^4.2.0",
|
|
"semver": "^5.3.0",
|
|
"tree-kill": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron-rebuild": "^1.5.11"
|
|
},
|
|
"lbrySettings": {
|
|
"lbrynetDaemonVersion": "0.17.1",
|
|
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
|
|
},
|
|
"license": "MIT"
|
|
}
|