springer-uptime
Version:
Remote monitoring for HTTP applications
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "springer-uptime",
"description": "Remote monitoring for HTTP applications",
"version": "4.1.3",
"author": "Francois Zaninotto and Springer PE",
"dependencies": {
"mongoose": "3.6.7",
"mongoose-lifecycle": "1.0.0",
"express": "3.2.0",
"express-partials": "0.1.1",
"connect-flash": "0.1.0",
"ejs": "0.8.3",
"config": "0.4.32",
"async": "0.1.22",
"socket.io": "0.9.14",
"semver": "1.1.0",
"moment": "2.1.0",
"nodemailer": "0.7.1",
"net-ping": "1.1.7",
"js-yaml": "2.1.0",
"webpagetest": "0.2.0",
"request": "2.53.0",
"raven": "0.8.1"
},
"devDependencies": {
"mocha": "1.7.x",
"should": "1.1.0",
"nodemon": "1.2.1"
},
"keywords": ["uptime", "monitoring", "api", "check"],
"repository": "https://github.com/springerpe/uptime",
"license": "MIT",
"engines": {
"node": "0.12.7",
"npm": "2.11.3"
},
"scripts": {
"test": "node_modules/.bin/mocha test/lib/",
"start": "nodemon app.js"
}
}