-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "ethichub_presale",
"version": "1.0.0",
"description": "The presale contracts for Ethic Hub",
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"ethereumjs-testrpc": "^6.0.2",
"solidity-coverage": "^0.4.0",
"temp": "^0.8.3",
"truffle": "^4.0.1",
"truffle-hdwallet-provider": "0.0.3",
"truffle-artifactor": "^3.0.2",
"zeppelin-solidity": "git+https://github.com/EthicHub/zeppelin-solidity.git#develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EthicHub/presale.git"
},
"keywords": [
"crowdsale",
"tokensale",
"ico",
"ethereum",
"solidity",
"zeppelin",
"ethichub"
],
"author": "Raúl Martínez",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/EthicHub/presale/issues"
},
"homepage": "https://github.com/EthicHub/presale#readme",
"dependencies": {
"moment": "^2.20.1",
"web3": "^1.0.0-beta.27"
}
}