|
1 | 1 | {
|
2 | 2 | "name": "clovers-contracts",
|
3 | 3 | "version": "1.0.21",
|
4 |
| - "description": "", |
| 4 | + "description": "Clovers Network contracts", |
5 | 5 | "main": "index.js",
|
6 | 6 | "directories": {
|
7 | 7 | "test": "test"
|
|
25 | 25 | "devDependencies": {
|
26 | 26 | "@gnosis.pm/util-contracts": "^2.0.1",
|
27 | 27 | "@nomiclabs/buidler": "^1.0.0-beta.13",
|
| 28 | + "@nomiclabs/buidler-solhint": "^1.0.0-beta.13", |
| 29 | + "@nomiclabs/buidler-truffle4": "^1.0.0-beta.13", |
28 | 30 | "@nomiclabs/buidler-truffle5": "^1.0.0-beta.13",
|
29 | 31 | "@nomiclabs/buidler-web3": "^1.0.0-beta.13",
|
| 32 | + "@nomiclabs/buidler-web3-legacy": "^1.0.0-beta.13", |
30 | 33 | "@openzeppelin/contracts": "v2.3.0",
|
| 34 | + "@truffle/artifactor": "^4.0.33", |
31 | 35 | "bancor-contracts": "github:bancorprotocol/contracts#973c9919e146a1b61297632f3253ee1c891462a9",
|
32 | 36 | "bignumber.js": "^9.0.0",
|
33 | 37 | "clovers-reversi": "^1.0.16",
|
34 | 38 | "dotenv": "^6.0.0",
|
| 39 | + "ethers": "^4.0.37", |
35 | 40 | "ganache-cli": "6.5.0",
|
36 | 41 | "truffle": "^4.1.13",
|
37 | 42 | "truffle-flattener": "^1.4.0",
|
|
41 | 46 | "zeppelin-solidity": "1.11.0"
|
42 | 47 | },
|
43 | 48 | "dependencies": {
|
44 |
| - "@nomiclabs/buidler-solhint": "^1.0.0-beta.13", |
45 |
| - "@nomiclabs/buidler-truffle4": "^1.0.0-beta.13", |
46 |
| - "@nomiclabs/buidler-web3-legacy": "^1.0.0-beta.13", |
47 |
| - "@truffle/artifactor": "^4.0.33", |
48 |
| - "ethers": "^4.0.37" |
49 | 49 | }
|
50 | 50 | }
|
0 commit comments