-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 861 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": "h2dns",
"version": "1.0.5",
"description": "A DNS Server over Google's HTTPS DNS API in HTTP/2 Protocol",
"bin": "h2dns",
"repository": {
"type": "git",
"url": "git://github.com/yyfrankyy/h2dns.git"
},
"keywords": [
"dns",
"http2"
],
"author": "Frank Xu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yyfrankyy/h2dns/issues"
},
"homepage": "https://github.com/yyfrankyy/h2dns#readme",
"dependencies": {
"commander": "^2.9.0",
"debug": "^2.2.0",
"defaultable": "^0.7.2",
"dev-null": "^0.1.1",
"dnsd": "^0.9.6",
"ip6": "^0.0.4",
"randomstring": "^1.1.5",
"shuffle-array": "^1.0.1",
"request": "^2.76.0",
"retry": "^0.10.0",
"spdy": "^3.4.4"
},
"devDependencies": {
"benchmark": "^2.1.1",
"longjohn": "^0.2.11"
}
}