forked from AlexanderYW/uptime
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 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
50
51
52
53
54
{
"name": "node-uptime",
"description": "Remote monitoring for HTTP applications",
"version": "3.2.0",
"author": "Francois Zaninotto",
"dependencies": {
"async": "2.6.1",
"config": "1.30.0",
"connect-flash": "0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dateutil": "0.1.0",
"ejs": "2.6.1",
"express": "4.16.3",
"express-error-handler": "^1.1.0",
"express-partials": "0.3.0",
"js-yaml": "3.12.0",
"jsonschema": "1.2.4",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"mongoose": "5.1.5",
"mongoose-lifecycle": "1.0.0",
"net-ping": "1.2.3",
"node-hipchat": "0.4.5",
"nodemailer": "4.6.7",
"semver": "5.5.0",
"socket.io": "^2.1.1",
"spore": "0.1.6",
"stdio": "0.2.7",
"sync-request": "6.0.0",
"webpagetest": "^0.3.8",
"xml2js": "0.4.19"
},
"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"
}
}