-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 859 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
38
39
{
"name": "fwdns",
"version": "1.1.3",
"description": "A DNS Forwarder",
"bin": "./fwdns",
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yyfrankyy/fwdns.git"
},
"keywords": [
"dns",
"forwarder"
],
"author": "Frank Xu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyfrankyy/fwdns/issues"
},
"homepage": "https://github.com/yyfrankyy/fwdns#readme",
"dependencies": {
"async": "^2.1.2",
"binaryheap": "0.0.3",
"buffercursor": "0.0.12",
"commander": "^2.9.0",
"debug": "^2.2.0",
"defaultable": "^0.7.2",
"ip6": "0.0.4",
"ipaddr.js": "^1.2.0",
"node-cache": "^4.1.0"
},
"devDependencies": {
"benchmark": "^2.1.1",
"longjohn": "^0.2.11",
"tap": "^8.0.0"
}
}