-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.39 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
{
"name": "deconet-token",
"version": "1.0.2",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "./node_modules/.bin/truffle compile",
"migrate-dev": "./node_modules/.bin/truffle migrate --reset --network development",
"migrate-ropsten": "./node_modules/.bin/truffle migrate --reset --network ropsten",
"test": "./node_modules/.bin/truffle compile && ./node_modules/.bin/truffle test",
"coverage": "./node_modules/.bin/solidity-coverage",
"ganache-cli": "./node_modules/.bin/ganache-cli -a 99 -i 95 -e 1000 -l 8000000 --noVMErrorsOnRPCResponse"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconet/DeconetTokens.git"
},
"author": "Chris Cassano / Deconet",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/deconet/DeconetTokens/issues"
},
"homepage": "https://github.com/deconet/DeconetTokens#readme",
"dependencies": {
"@deconet/truffle-ledger-provider": "^0.0.5",
"bignumber": "^1.1.0",
"bignumber.js": "^8.0.1",
"ethereumjs-tx": "^1.3.3",
"scrypt": "^6.0.3",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "0.0.3",
"uuid": "^3.2.1",
"openzeppelin-solidity": "1.8.0",
"web3": "^1.0.0-beta.37"
},
"devDependencies": {
"ganache-cli": "6.1.8",
"solidity-coverage": "^0.5.11",
"truffle": "5.0.0"
}
}