stezu/express-http-error

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "express-http-error",
  "version": "0.5.0",
  "description": "Opinionated RESTful error handling for express.",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run lint && npm run test",
    "ci": "npm run lint && npm run coverage",
    "lint": "eslint --ignore-path .gitignore .",
    "test": "mocha",
    "coverage": "nyc --check-coverage --lines 98 mocha"
  },
  "author": "Stephen Zuniga",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stezu/express-http-error/issues"
  },
  "homepage": "https://github.com/stezu/express-http-error#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stezu/express-http-error.git"
  },
  "keywords": [
    "rest",
    "restful",
    "error",
    "express"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "lib/"
  ],
  "engines": {
    "node": ">= 6.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "codeclimate-test-reporter": "^0.3.3",
    "eslint": "^4.18.2",
    "eslint-config-stezu": "^1.0.5",
    "mocha": "^5.0.2",
    "mock-express-request": "^0.2.2",
    "mock-express-response": "^0.2.2",
    "nyc": "^11.4.1",
    "sinon": "^4.4.2"
  }
}