forked from radotzki/eth-json-rpc-middleware
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@portis/eth-json-rpc-middleware",
"version": "4.1.2",
"main": "block-ref.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"async": "^2.5.0",
"concat-stream": "^1.6.2",
"eth-block-tracker": "metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91",
"ethjs-query": "^0.3.8",
"ganache-core": "^2.5.3",
"tape": "^4.6.3"
},
"dependencies": {
"btoa": "^1.2.1",
"clone": "^2.1.1",
"eth-query": "^2.1.2",
"eth-sig-util": "^1.4.2",
"ethereumjs-block": "^1.6.0",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.2",
"ethereumjs-vm": "2.2.2",
"fetch-ponyfill": "^4.0.0",
"json-rpc-engine": "^5.0.0",
"json-rpc-error": "^2.0.0",
"json-stable-stringify": "^1.0.1",
"pify": "^3.0.0",
"safe-event-emitter": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumavis/eth-json-rpc-middleware.git"
},
"bugs": {
"url": "https://github.com/kumavis/eth-json-rpc-middleware/issues"
},
"homepage": "https://github.com/kumavis/eth-json-rpc-middleware#readme",
"description": ""
}