lbry-desktop/app/package.json

19 lines
454 B
JSON
Raw Normal View History

2017-01-26 18:21:27 -06:00
{
"name": "LBRY",
2017-05-04 13:54:11 -04:00
"version": "0.10.0",
2017-01-26 18:21:27 -06:00
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
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",
"npm": "^4.2.0",
"semver": "^5.3.0",
2017-02-10 13:11:26 -06:00
"tree-kill": "^1.1.0"
2017-01-26 18:21:27 -06:00
}
}