-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 875 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
35
{
"name": "lendroid-protocol",
"version": "1.0.0",
"description": "Version 1.0 of the Lendroid protocol",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"ganache-cli": "6.4.1",
"openzeppelin-solidity": "2.0.0",
"truffle": "4.1.14",
"truper": "0.0.2",
"web3": "0.18.4"
},
"scripts": {
"test": "./node_modules/.bin/truffle test",
"test-cov": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lendroidproject/protocol.1.0.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lendroidproject/protocol.1.0/issues"
},
"homepage": "https://github.com/lendroidproject/protocol.1.0#readme",
"devDependencies": {
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}