lbry-desktop/package.json
2016-08-17 15:15:09 -04:00

28 lines
677 B
JSON

{
"name": "lbry-web-ui",
"version": "1.0.0",
"description": "LBRY web ui",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbryio/lbry-web-ui.git"
},
"keywords": [
"lbry"
],
"author": "Alex Liebowitz <aliebowitz@lbry.io>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/lbryio/lbry-web-ui/issues"
},
"homepage": "https://github.com/lbryio/lbry-web-ui#readme",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"node-sass": "^3.8.0"
}
}