forked from FundRequest/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 Bytes
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
{
"name": "fundrequest-contracts",
"version": "2.0.0",
"description": "FundRequest Contracts",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx truffle test",
"coverage": "npx solidity-coverage",
"build-contracts": "npx sol-merger './contracts/**/*.sol' ./build_merged",
"migrate": "npx truffle migrate",
"lint": "npx solium -d contracts/"
},
"author": "FundRequest",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dotenv": "^5.0.1",
"ethjs-signer": "^0.1.1",
"ganache-cli": "^6.1.0",
"mocha": "^5.1.1",
"sol-merger": "^0.1.2",
"solidity-coverage": "^0.5.0",
"solium": "^1.1.6",
"truffle": "^4.1.7",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^0.20.6"
}
}