-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 896 Bytes
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": "digitex-auction",
"version": "0.1.0",
"description": "Auction contract for DGTX tokens",
"keywords": [
"auction",
"DGTX"
],
"author": "SmartDec",
"private": true,
"license": "MIT",
"scripts": {
"truffle": "truffle",
"coverage": "scripts/coverage.sh",
"test": "scripts/test.sh"
},
"dependencies": {
"truffle": "4.0.6",
"zeppelin-solidity": "1.6.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"@digix/doxity": "^0.5.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"bignumber.js": "2.0.7",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"dirty-chai": "^2.0.1",
"ganache-cli": "^6.0.3",
"solidity-coverage": "0.3.5"
}
}