forked from status-im/status-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 794 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "status-js",
"version": "0.9.8",
"description": "JavaScript tests for RPC API (Whisper/5, Swarm)",
"main": "index.js",
"engines": {
"node": ">=8.9.0"
},
"dependencies": {},
"devDependencies": {
"axios": "^0.17.1",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"requirejs": "^2.3.4",
"rimraf": "^2.6.2",
"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"
}