healthcheck-middleware
Version:
Express middleware for rendering a JSON healthcheck page.
33 lines (32 loc) • 755 B
JSON
{
"name": "healthcheck-middleware",
"version": "1.0.1",
"description": "Express middleware for rendering a JSON healthcheck page.",
"main": "index.js",
"scripts": {
"test": "mocha "
},
"repository": {
"type": "git",
"url": "https://github.com/michaelgoin/healthcheck-middleware.git"
},
"keywords": [
"healthcheck",
"express",
"middleware",
"node",
"connect"
],
"author": "Michael Goin",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelgoin/healthcheck-middleware/issues"
},
"homepage": "https://github.com/michaelgoin/healthcheck-middleware#readme",
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}