forked from notatestuser/node-nagios-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 688 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 688 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
{
"name": "nagios-json-parser",
"author": "Luke Plaster <notatestuser@gmail.com>",
"version": "0.1.0",
"description": "Converts a Nagios status page into JSON format for use in dashboards, monitors, etc.",
"homepage": "http://lukep.org",
"keywords": ["nagios", "parse", "json"],
"dependencies": {
"jsdom": "= 0.2.15",
"jquery": "= 1.7.3"
},
"repository": {
"type": "git",
"url": "git://github.com/notatestuser/node-nagios-parser.git"
},
"licenses": [{
"type": "MIT",
"url": "http://lp.mit-license.org/"
}],
"bugs" : {
"url" : "http://github.com/notatestuser/node-nagios-parser/issues"
},
"engines": {
"node": ">= 0.6.6"
}
}