express-httpchk
Version:
Middleware to provide status endpoint for haproxy.
33 lines (32 loc) • 731 B
JSON
{
"name": "express-httpchk",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"author": "Dominic Smith",
"license": "MIT",
"dependencies": {
"pinkie-promise": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LOKE/express-httpchk.git"
},
"keywords": [
"httpchk",
"http-check",
"haproxy",
"status"
],
"bugs": {
"url": "https://github.com/LOKE/express-httpchk/issues"
},
"homepage": "https://github.com/LOKE/express-httpchk#readme",
"description": "Middleware to provide status endpoint for haproxy."
}