-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 934 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
30
31
32
33
34
35
36
37
{
"name": "dhi",
"version": "1.0.0",
"description": "Decentralized health insurance protocol for community funding",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@chainlink/contracts": "0.0.10",
"@openzeppelin/contracts": "^3.2.0",
"solc": "^0.7.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnelligan/Chainlink-Hackathon-2020.git"
},
"keywords": [
"health",
"insurance",
"defi",
"chainlink",
"community",
"healthcare",
"coverage"
],
"author": "Brendan Nelligan, Caleb Oguntunde, May, Sepand Salehian",
"license": "MIT",
"bugs": {
"url": "https://github.com/bnelligan/Chainlink-Hackathon-2020/issues"
},
"homepage": "https://github.com/bnelligan/Chainlink-Hackathon-2020#readme"
}