forked from Bit-Nation/agreement_mediation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 766 Bytes
/
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
{
"name": "agreement_mediation",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test --network testing",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bit-Nation/agreement_mediation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bit-Nation/agreement_mediation/issues"
},
"homepage": "https://github.com/Bit-Nation/agreement_mediation#readme",
"devDependencies": {
"solidity-coverage": "^0.4.8"
},
"dependencies": {
"truffle": "^4.0.5"
}
}