forked from fzaninotto/uptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 Bytes
/
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
{
"name": "node-uptime",
"description": "Remote monitoring for HTTP applications",
"version": "3.2.0",
"author": "Francois Zaninotto",
"dependencies": {
"mongoose": "3.6.7",
"mongoose-lifecycle": "1.0.0",
"express": "3.2.0",
"express-partials": "0.0.6",
"connect-flash": "0.1.0",
"ejs": "0.8.3",
"config": "0.4.15",
"async": "0.1.22",
"socket.io": "0.9.14",
"semver": "1.1.0",
"moment": "1.7.2",
"nodemailer": "0.3.35"
},
"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"
}
}