27 lines
704 B
JSON
27 lines
704 B
JSON
{
|
|
"name": "status-js",
|
|
"version": "0.9.8",
|
|
"description": "JavaScript tests for RPC API (Whisper/5, Swarm)",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^3.5.0",
|
|
"requirejs": "^2.3.4",
|
|
"web3": "https://github.com/status-im/web3.js#status-develop"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --bail --slow 1000 --full-trace static/tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/status-go.git"
|
|
},
|
|
"author": "Victor Farazdagi",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/status-go/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/status-go#readme"
|
|
}
|