forked from Bitbrackets/bitbrackets_smart_contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.59 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
49
{
"name": "bitbrackets_smart_contracts",
"version": "0.0.1",
"description": "Download truffle v4.1.0 or up https://github.com/trufflesuite/truffle/releases",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test-ganache-win": "truffle.cmd test --network ganache",
"test-ganache-os": "truffle test --network ganache",
"deploy-geth-win": "truffle.cmd migrate --reset --network geth",
"deploy-geth-os": "truffle migrate --reset --network geth",
"deploy-rinkeby-win": "truffle.cmd migrate --network infuraRinkeby",
"deploy-rinkeby-os": "truffle migrate --network infuraRinkeby",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bitbrackets/bitbrackets_smart_contracts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/bitbrackets/bitbrackets_smart_contracts#readme",
"dependencies": {
"bluebird": "3.5.1",
"ethereumjs-util": "5.1.5",
"jsonfile": "4.0.0",
"lodash": "4.17.5",
"moment": "2.21.0",
"truffle-core": "4.1.5",
"zeppelin-solidity": "1.7.0",
"web3": "1.0.0-beta.33",
"web3-utils": "1.0.0-beta.33"
},
"devDependencies": {
"dotenv": "5.0.1",
"ethereumjs-wallet": "0.6.0",
"ganache-cli": "6.0.3",
"leche": "2.2.3",
"mocha": "5.0.4",
"solidity-coverage": "0.4.14",
"solium": "1.1.2",
"truffle": "4.1.6",
"truffle-config": "1.0.4",
"truffle-hdwallet-provider": "git+https://github.com/trufflesuite/truffle-hdwallet-provider.git#71520a2"
}
}