-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
29 lines (29 loc) · 860 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": "coffee-supplychain-contract",
"version": "1.0.0",
"description": "This project showcases the journey of coffee beans on blockchain.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vikas_imperialsoftech/coffee-supplychain-contract.git"
},
"author": "Imperial Softech",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/vikas_imperialsoftech/coffee-supplychain-contract/issues"
},
"homepage": "https://gitlab.com/vikas_imperialsoftech/coffee-supplychain-contract#README",
"dependencies": {
"chai": "^4.1.2",
"eth-gas-reporter": "^0.1.7",
"ethereumjs-abi": "^0.6.5",
"growl": "^1.10.5",
"truffle-hdwallet-provider": "0.0.5"
}
}