forked from fzaninotto/uptime
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "node-uptime",
"description": "Remote monitoring for HTTP applications",
"version": "3.2.0",
"author": "Francois Zaninotto",
"dependencies": {
"async": "0.1.22",
"body-parser": "^1.12.3",
"config": "0.4.32",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.4",
"cookie-session": "^1.1.0",
"ejs": "0.8.3",
"errorhandler": "^1.3.5",
"express": "^4.12.3",
"express-partials": "^0.3.0",
"hipchatter": "^0.2.0",
"js-yaml": "2.1.0",
"method-override": "^2.3.2",
"moment": "2.1.0",
"mongoose": "3.8.22",
"mongoose-lifecycle": "1.0.0",
"nodemailer": "0.3.35",
"semver": "1.1.0",
"socket.io": "0.9.14",
"tcp-ping": "0.1.1",
"webpagetest": "0.2.0"
},
"devDependencies": {
"mocha": "1.7.x",
"should": "1.1.0"
},
"keywords": [
"uptime",
"monitoring",
"api",
"check"
],
"repository": "https://github.com/fzaninotto/uptime",
"license": "MIT",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"test": "node_modules/.bin/mocha test/lib/",
"start": "node app.js"
}
}