2017-05-01 07:51:59 +00:00
|
|
|
{
|
2017-09-08 12:32:02 +00:00
|
|
|
"name": "status-js",
|
|
|
|
"version": "0.9.8",
|
2017-05-01 07:51:59 +00:00
|
|
|
"description": "JavaScript tests for RPC API (Whisper/5, Swarm)",
|
|
|
|
"main": "index.js",
|
2017-08-25 09:56:54 +00:00
|
|
|
"dependencies": {},
|
2017-05-01 07:51:59 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
2017-09-08 12:32:02 +00:00
|
|
|
"mocha": "^3.5.0",
|
|
|
|
"requirejs": "^2.3.4",
|
|
|
|
"web3": "https://github.com/status-im/web3.js#status-develop"
|
2017-05-01 07:51:59 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --bail --slow 1000 --full-trace static/tests"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-08 12:32:02 +00:00
|
|
|
"url": "git+https://github.com/status-im/status-go.git"
|
2017-05-01 07:51:59 +00:00
|
|
|
},
|
|
|
|
"author": "Victor Farazdagi",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2017-09-08 12:32:02 +00:00
|
|
|
"url": "https://github.com/status-im/status-go/issues"
|
2017-05-01 07:51:59 +00:00
|
|
|
},
|
2017-09-08 12:32:02 +00:00
|
|
|
"homepage": "https://github.com/status-im/status-go#readme"
|
2017-05-01 07:51:59 +00:00
|
|
|
}
|