-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 788 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 788 Bytes
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
32
33
34
35
36
37
38
39
{
"name": "web3-zeus-provider",
"version": "3.0.4",
"description": "Reliable web3 provider that uses multiple RPC API connections and switches between them in case of failure",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout=10000"
},
"repository": {
"type": "git",
"url": "https://github.com/ZitRos/web3-zeus-provider.git"
},
"keywords": [
"web3",
"provider",
"Zeus",
"reliable",
"multiple",
"nodes",
"connections",
"rpc",
"apis",
"private",
"key",
"keys",
"sign",
"offline"
],
"author": "ZitRo",
"license": "MIT",
"dependencies": {
"web3-provider-engine": "^14.0.6"
},
"devDependencies": {
"mocha": "^5.2.0",
"nock": "^9.4.3",
"web3": "^1.0.0-beta.34"
}
}