2018-11-06 12:17:07 +00:00
|
|
|
{
|
2018-11-06 14:03:20 +00:00
|
|
|
"name": "status-js-api",
|
2018-11-30 14:07:28 +00:00
|
|
|
"version": "1.1.0",
|
2018-11-06 12:17:07 +00:00
|
|
|
"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",
|
2018-11-06 12:17:07 +00:00
|
|
|
"web3": "^1.0.0-beta.36"
|
2018-11-14 17:55:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tape-async": "^2.3.0"
|
2018-11-06 12:17:07 +00:00
|
|
|
}
|
|
|
|
}
|