octoblu/express-send-error

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "express-send-error",
  "version": "1.2.0",
  "description": "Express middleware that knows what an error is, and isn't afraid to use it",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/express-send-error.git"
  },
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/express-send-error/issues"
  },
  "homepage": "https://github.com/octoblu/express-send-error#readme",
  "keywords": [
    "express"
  ],
  "dependencies": {
    "coffee-script": "^1.10.0",
    "lodash": "^4.6.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-istanbul": "^0.2.0",
    "node-mocks-http": "^1.5.2",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  }
}