mod_status
Version:
mod_status for Node
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "mod_status",
"description": "mod_status for Node",
"author": "Dav Glass <davglass@gmail.com>",
"version": "1.0.0",
"dependencies": {
"timethat": "*"
},
"devDependencies": {
"express": "^4.16.4",
"istanbul": "^0.4.5",
"jshint": "^2.9.6",
"vows": "*",
"yui-lint": "^0.2.0"
},
"keywords": [
"mod_status",
"status",
"nagios"
],
"main": "./lib/index.js",
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/ ./tests/",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"bugs": {
"url": "http://github.com/yahoo/node-mod_status/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/node-mod_status/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/yahoo/node-mod_status.git"
}
}