status-js-api/package.json
Richard Ramos 0175635de3 1.0.8
2018-11-16 19:20:25 -04:00

27 lines
588 B
JSON

{
"name": "status-js-api",
"version": "1.0.8",
"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": {
"chance": "^1.0.16",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"tape-async": "^2.3.0"
}
}