forked from marbleprotocol/flash-lending
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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": "marble",
"version": "0.0.1",
"description": "Flash lending smart contracts",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"chain": "ganache-cli -p 8545 -i 50 -l 100000000 -e 100",
"lint": "solhint contracts/**/*.sol",
"test": "truffle test",
"profile": "node scripts/profiler.js",
"flatten": "truffle-flattener"
},
"author": "Rich McAteer <[email protected]>",
"license": "Apache 2.0",
"dependencies": {
"0x.js": "^0.37.2",
"ascii-table": "0.0.9",
"async": "^2.6.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"bignumber.js": "^6.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dotenv": "^5.0.1",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.0",
"ganache-cli": "^6.1.3",
"js-sha256": "^0.9.0",
"keythereum": "^1.0.4",
"left-pad": "^1.3.0",
"openzeppelin-solidity": "^1.9.0",
"request": "^2.85.0",
"solidity-parser": "^0.4.0",
"truffle": "^4.1.8",
"web3": "^1.0.0-beta.34",
"web3-provider-engine": "^14.0.5"
},
"devDependencies": {
"eth-gas-reporter": "^0.1.9",
"solidity-coverage": "^0.5.5"
}
}