-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
32
33
34
35
36
37
38
39
40
{
"name": "node-loopring-relay2-api",
"version": "1.0.0",
"description": "Loopring relay2 api for https://docs.loopring.org/relayer/apis",
"main": "node-loopring-relay2-api.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Loopring/node-loopring-relay2-api.git"
},
"keywords": [
"loopring",
"relay2",
"api"
],
"author": "autumn84",
"license": "MIT",
"bugs": {
"url": "https://github.com/Loopring/node-loopring-relay2-api/issues"
},
"homepage": "https://github.com/Loopring/node-loopring-relay2-api#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.3",
"mocha": "^6.0.2"
},
"dependencies": {
"bignumber": "^1.1.0",
"bn.js": "^4.11.8",
"crypto": "^1.0.1",
"ethereumjs-util": "^6.1.0",
"protocol2-js": "^0.4.7",
"request": "^2.88.0",
"secp256k1": "^3.6.2",
"web3": "^1.0.0-beta.51",
"web3-utils": "^1.0.0-beta.51"
}
}