forked from FreshX-GmbH/check_couchdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 818 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
{
"name": "check_couchdb",
"description": "Advanced nagios / centreon check for couchdb",
"version": "0.4.0",
"bin": {
"check_couchdb": "bin/check_couchdb"
},
"devDependencies": {
"yui-lint": "~0.1.3",
"jshint": "~0.9.0",
"vows": "*"
},
"keywords": [
"monitoring",
"nagios",
"couchdb"
],
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./bin/"
},
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/FreshXOpenSource/check_couchdb/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/FreshXOpenSource/check_couchdb"
}
],
"repository": {
"type": "git",
"url": "https://github.com/FreshXOpenSource/check_couchdb.git"
},
"dependencies": {
"nopt": "~2.2.0"
}
}