forked from KyberNetwork/smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.96 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
55
56
57
58
{
"name": "smart-contracts",
"version": "1.0.0",
"description": "This repository has the main contracts in KyberNetwork platform. There are three main components in this repository including KyberNetwork contract, KyberReserve and KyberWallet contracts. In addition, we have a couple of mock modules that simulate testnet tokens and centralized exchanges. This repository is for testing purposes only, do not use it for real deployment.",
"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": {
"bignumber.js": "^5.0.0",
"compare-versions": "^3.1.0",
"mathjs": "^4.3.0",
"rlp": "^2.0.0",
"solc": "^0.4.18",
"solhint": "^1.4.0",
"solium": "^1.1.8",
"truffle": "^4.0.1",
"truffle-assertions": "^0.7.1",
"truffle-flattener": "^1.2.5",
"web3": "^1.0.0-beta.34",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-prettier-standard": "^2.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.15.3",
"prettier-eslint-cli": "^4.7.1",
"prettier-standard": "^8.0.1",
"solidity-coverage": "0.4.15",
"truffle-assertions": "^0.7.2",
"truffle-flattener": "^1.2.5"
}
}