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
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
41
42
43
44
{
"name": "mod_statuspage",
"description": "mod_statuspage for Node",
"author": "Vinit Sacheti <vsacheti@yahoo.com>",
"version": "1.1.1",
"contributors": [
"Sylvio Marcondes <sylivom@yahoo-inc.com>"
],
"dependencies": {
"bl": "^5.0.0",
"ejs": "^3.1.7",
"moment": "^2.29.1"
},
"devDependencies": {
"express": "^4.17.2",
"istanbul": "^0.4.5",
"jshint": "^2.13.1",
"vows": "^0.8.3",
"yui-lint": "^0.2.0"
},
"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"
}
}