forked from statusdashboard/statusdashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "statusdashboard",
"version": "0.3.0",
"description": "A services status dashboard",
"author": "Olivier Bazoud <[email protected]>",
"homepage": "http://github.com/obazoud/statusdashboard.git",
"keywords": [
"node"
],
"maintainers": [{
"name": "Olivier Bazoud",
"email": "[email protected]"
}],
"contributors": [],
"licenses": [{
"type": "MIT",
"url": "http://mths.be/mit"
}],
"bugs": {
"url": "https://github.com/obazoud/statusdashboard/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/obazoud/statusdashboard.git"
},
"main": "server.js",
"engines": {
"node": "0.4.x"
},
"dependencies": {
"socket.io": "0.9.2",
"paperboy": "0.0.3",
"journey": "0.4.0-pre-3",
"underscore": "1.3.1",
"irc": "0.3.3",
"twitter": "0.1.18",
"redis": "0.7.1",
"hiredis": "0.1.14",
"pkginfo": "0.2.3",
"nodemailer": "0.1.22"
}
}