-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bfr",
"version": "0.1.0",
"description": "Lending, Staking, Deposit, Equity Swap Contract, Settlement, Tracking, Updating",
"main": "index.js",
"scripts": {
"test": "npx truffle test",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"author": "Andrew G, Gibson M",
"contributors": [Tim S, Cosmas C, Tinashe M, Esolutions outsourcing],
"license": "GPL-3.0-or-later",
"dependencies": {
"ganache-cli": "^6.2.3",
"python": "^7.0.5",
"openzeppelin-eth": "^2.0.2",
"promisify": "0.0.3",
"truffle": "^4.1.14",
"zos-lib": "^2.0.2",
"zos": "^2.0.2",
"solidity-coverage": "^0.5.11"
}
}