-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 955 Bytes
/
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
{
"name": "akropolis-token-vesting",
"version": "1.0.0",
"description": "",
"main": "y",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"test-fork": "truffle test test-fork/*",
"rpc": "scripts/rpc.sh",
"rpc-fork": "scripts/rpc_fork.sh"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"babel-eslint": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"dotenv": "^6.0.0",
"eth-gas-reporter": "^0.2.3",
"ethereumjs-util": "^7.1.4",
"ethjs-abi": "^0.2.1",
"openzeppelin-solidity": "2.3.0",
"truffle-contract": "4.0.23",
"truffle-hdwallet-provider": "1.0.8",
"truffle-plugin-verify": "^0.5.25",
"web3": "v1.0.0-beta.37",
"zos-lib": "2.4.1"
}
}