status-x/package.json

26 lines
577 B
JSON
Raw Normal View History

2018-11-06 14:05:16 +00:00
{
"name": "status-x",
"version": "1.0.0",
"description": "",
2018-11-06 15:15:20 +00:00
"main": "src/index.js",
2018-11-06 14:05:16 +00:00
"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"
},
2018-11-06 15:15:20 +00:00
"homepage": "https://github.com/status-im/status-x#readme",
"dependencies": {
"async": "^2.6.1",
2018-11-06 15:15:20 +00:00
"colors": "^1.3.2",
"neo-blessed": "^0.2.0",
2018-11-08 22:31:03 +00:00
"status-js-api": "^1.0.5"
2018-11-06 15:15:20 +00:00
}
2018-11-06 14:05:16 +00:00
}