forked from yahoo/mod_statuspage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 KB
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
40
{
"name": "mod_statuspage",
"description": "mod_statuspage for Node",
"author": "Vinit Sacheti <vsacheti@yahoo.com>",
"version": "0.0.2",
"contributors": [
"Sylvio Marcondes <sylivom@yahoo-inc.com>"
],
"dependencies": {
"process-watcher": "*",
"ejs": "~0.8.3",
"bl": "~0.9.5"
},
"devDependencies": {
"express": "~3.3.5",
"jshint": "~0.9.0",
"yui-lint": "~0.1.1",
"istanbul": "~0.1.8",
"vows": "*"
},
"keywords": [
"statuspage", "status", "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/mod_statuspage/issues" },
"licenses":[
{
"type" : "BSD",
"url" : "https://github.com/yahoo/mod_statuspage/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yahoo/mod_statuspage.git"
}
}