forked from KyberNetwork/workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
48
49
{
"name": "workshop",
"version": "0.0.1",
"description": "Repository for Kyber workshops",
"main": "truffle.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KyberNetwork/workshop.git"
},
"bugs": {
"url": "https://github.com/KyberNetwork/workshop/issues"
},
"license": "MIT",
"scripts": {
"migrate": "truffle migrate",
"test": "truffle test"
},
"engines": {
"node": ">= 8.11.4",
"npm": ">= 5.6.0"
},
"dependencies": {
"bn.js": "^5.1.1",
"compare-versions": "^3.5.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"rlp": "^2.2.4",
"sha3": "^2.1.1",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.2.5",
"yargs": "^15.1.0",
"zeppelin-solidity": "^1.12.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}