backend-pool
Version:
A module to keep an updated list of healthy backends
27 lines (26 loc) • 550 B
JSON
{
"name": "backend-pool",
"version": "1.0.1",
"description": "A module to keep an updated list of healthy backends",
"main": "index.js",
"scripts": {
},
"author": "David Oliveira <d.oliveira@prozone.org>",
"license": "ISC",
"engines": {
"node": ">=0.10.5"
},
"repository": {
"type": "git",
"url": "https://github.com/davidfoliveira/node-backend-pool/"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"keywords": [
"backend",
"pool",
"healthy",
"healthcheck"
]
}