express-toobusy
Version:
Express middleware to return 503 if server is too busy right now
26 lines (25 loc) • 595 B
JSON
{
"name": "express-toobusy",
"version": "0.0.3",
"description": "Express middleware to return 503 if server is too busy right now",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Olegas/express-toobusy.git"
},
"keywords": [
"express",
"toobusy"
],
"author": "Oleg Elifantiev <oleg@elifantiev.ru>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/Olegas/express-toobusy/issues"
},
"dependencies": {
"toobusy-js": "~0.3.0"
}
}