forked from yahoo/dnscache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 913 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
{
"name": "dnscache",
"description": "dnscache for Node",
"author": "Vinit Sacheti <vsacheti@yahoo.com>",
"version": "0.0.4",
"dependencies": {
},
"devDependencies": {
"jshint": "*",
"yui-lint": "*",
"istanbul": "*",
"vows": "*",
"async": "*"
},
"keywords": [
"dnscache", "dns", "nagios"
],
"main": "./lib/index.js",
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/ ./test/",
"test": "istanbul cover --print both vows -- --spec ./test/*.js"
},
"bugs": { "url" : "http://github.com/yahoo/dnscache/issues" },
"licenses":[
{
"type" : "BSD",
"url" : "https://github.com/yahoo/dnscache/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yahoo/dnscache.git"
}
}