mkretschek/toobusy-middleware

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "toobusy-middleware",
  "version": "0.1.5",
  "description": "Express middleware that blocks requests when the process is to busy.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mkretschek/toobusy-middleware"
  },
  "dependencies": {
    "toobusy": "^0.2.4"
  },
  "keywords": [
    "toobusy",
    "middleware",
    "express",
    "expressjs",
    "high",
    "load",
    "traffic",
    "busy",
    "503"
  ],
  "author": "Mathias Kretschek <mathias@kretschek.com.br> (http://mathias.ms/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mkretschek/toobusy-middleware/issues"
  },
  "homepage": "https://github.com/mkretschek/toobusy-middleware",
  "devDependencies": {
    "barney": "^0.1.1",
    "chai": "^1.9.1",
    "codeclimate-test-reporter": "0.0.3",
    "coveralls": "^2.11.1",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-test": "^0.11.0",
    "istanbul": "^0.3.0",
    "mocha": "^1.20.1",
    "sinon": "^1.10.3",
    "sinon-chai": "^2.5.0"
  }
}