25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "LBRY",
|
|
"version": "0.14.3rc2",
|
|
"main": "main.js",
|
|
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
|
|
"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.14.2"
|
|
}
|
|
}
|