-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.8 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": "props-token-distribution",
"version": "1.0.0",
"description": "PROPS ERC20 token contract and distribution helpers",
"scripts": {
"tdd": "nodemon --watch contracts --watch test --exec 'truffle test --network test'",
"ganache-cli": "ganache-cli -a 50 -p 8545 -m \"asset member awake bring mosquito lab sustain muscle elephant equip someone obvious\" > /dev/null &",
"compile": "truffle compile",
"test": "NODE_ENV=test truffle test ./test/*.test.js --network test --exit",
"testrewards": "NODE_ENV=test truffle test ./test/propstoken-0-rewards.test.js --network test --exit",
"coverage": "./node_modules/.bin/solidity-coverage",
"postinstall": "cp pending-contracts/openzeppelin-eth-modified/ERC20.sol node_modules/openzeppelin-eth/contracts/token/ERC20/ERC20.sol"
},
"dependencies": {
"aws-sdk": "^2.411.0",
"bignumber.js": "^8.0.2",
"child_process": "^1.0.2",
"ethereumjs-util": "^5.1.3",
"fast-csv": "^2.4.1",
"html-to-text": "^4.0.0",
"mongodb": "^2.2.33",
"openzeppelin-eth": "2.0.2",
"truffle-contract": "^2.0.5",
"truffle-hdwallet-provider": "^1.0.2",
"truffle-privatekey-provider": "^1.0.0",
"web3": "1.0.0-beta.35",
"zos": "2.2.0",
"zos-lib": "^2.2.3"
},
"devDependencies": {
"async-wait-until": "^1.2.4",
"bluebird": "^3.5.3",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.1",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"lodash": "^4.17.11",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nodemon": "^1.11.0",
"solidity-coverage": "^0.5.11"
},
"author": "Platform Engineering @PROPS Project",
"license": "ISC"
}