status-js-api/package.json

27 lines
588 B
JSON
Raw Normal View History

{
2018-11-06 14:03:20 +00:00
"name": "status-js-api",
2018-11-30 14:07:28 +00:00
"version": "1.1.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-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/status-js/issues"
},
"homepage": "https://github.com/status-im/status-js#readme",
"dependencies": {
2018-11-07 10:34:54 +00:00
"chance": "^1.0.16",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"tape-async": "^2.3.0"
}
}