-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "hilocrowdsale",
"version": "0.0.1",
"description": "Hilo crowdsale contracts",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"flatten": "mkdir -p build && truffle-flattener contracts/HiloCrowdsale.sol contracts/HiloPresaleDistributor.sol contracts/HiloPresaleDistributor.sol contracts/CrowdsaleTokenController.sol > build/flattened.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dnzdlklc/Hilo.git"
},
"keywords": [
"Hilo",
"crowdsale"
],
"author": "Deniz Dalkilic",
"license": "ISC",
"bugs": {
"url": "https://github.com/dnzdlklc/HiloCrowdsale/issues"
},
"homepage": "https://github.com/dnzdlklc/HiloCrowdsale#readme",
"devDependencies": {
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"minimetoken": "0.2.0",
"truffle": "4.0.1",
"truffle-flattener": "^1.2.0",
"truffle-hdwallet-provider": "0.0.3",
"zeppelin-solidity": "1.4.0"
}
}