-
Notifications
You must be signed in to change notification settings - Fork 341
/
package.json
54 lines (54 loc) · 1.43 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
50
51
52
53
54
{
"name": "smart-contracts",
"version": "1.0.0",
"description": "This repository has the main contracts for KyberNetwork protocol.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KyberNetwork/smart-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KyberNetwork/smart-contracts/issues"
},
"homepage": "https://github.com/KyberNetwork/smart-contracts#readme",
"dependencies": {
"chai-as-promised": "7.1.1",
"compare-versions": "3.5.1",
"ethers": "5.0.4",
"ganache-cli": "6.8.2",
"mathjs": "4.4.2",
"rlp": "2.2.4",
"secp256k1": "3.8.0",
"sha3": "2.1.1",
"solc": "0.6.6",
"solhint": "3.0.0-rc.8",
"truffle-assertions": "0.7.2",
"truffle-flattener": "1.4.2",
"web3": "1.2.4",
"web3-utils": "1.2.4",
"winston": "^3.3.3",
"yargs": "11.1.1"
},
"devDependencies": {
"@nomiclabs/buidler": "1.3.0",
"@nomiclabs/buidler-truffle5": "1.3.0",
"@nomiclabs/buidler-web3": "1.3.0",
"@openzeppelin/test-helpers": "0.5.6",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"chai": "4.2.0",
"chai-bn": "0.2.0",
"mv": "2.1.1",
"got": "^11.1.0",
"prettier": "2.0.4",
"prettier-plugin-solidity": "1.0.0-alpha.54",
"solidity-coverage": "0.7.5"
}
}