status-x/package.json

25 lines
554 B
JSON

{
"name": "status-x",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/status-x.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/status-x/issues"
},
"homepage": "https://github.com/status-im/status-x#readme",
"dependencies": {
"colors": "^1.3.2",
"neo-blessed": "^0.2.0",
"status-js-api": "^1.0.3"
}
}