-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 930 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 930 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
{
"name": "sample-crowdsale",
"version": "1.0.0",
"main": "truffle.js",
"author": "John Backus <johncbackus@gmail.com>",
"license": "MIT",
"scripts": {
"test": "bin/test"
},
"dependencies": {
"minimetoken": "^0.1.7",
"truffle": "^3.4.9"
},
"devDependencies": {
"@types/bignumber.js": "^4.0.3",
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "^0.0.31",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"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",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.1",
"ethereumjs-testrpc": "^4.1.1",
"prettier": "^1.6.1",
"solidity-coverage": "^0.2.2",
"truffle-hdwallet-provider": "^0.0.3",
"ts-node": "^3.3.0",
"typescript": "^2.5.2"
}
}