-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 970 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
38
{
"name": "claims-tool",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.26.0",
"bignumber.js": "^8.1.1",
"truffle-hdwallet-provider": "^1.0.15",
"web3": "^1.0.0-beta.55"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.2",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"openzeppelin-solidity": "^2.2.0",
"truffle": "^5.0.10",
"truffle-assertions": "^0.8.2"
},
"scripts": {
"test": "./node_modules/.bin/truffle.cmd test"
},
"author": "",
"license": "ISC"
}