-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 785 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 785 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
{
"name": "happy_ens",
"version": "1.0.0",
"description": "Resolve *.eth domains in your browser with our dns server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcsiwula/happy_ens.git"
},
"keywords": [
"ens",
"dns",
"web3",
"ethereum",
"waterloo",
"hackathon"
],
"author": "Tim Siwula, Eric Tu, Collin Chin, Harry Chan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tcsiwula/happy_ens/issues"
},
"homepage": "https://github.com/tcsiwula/happy_ens#readme",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"native-dns": "^0.7.0"
}
}