err-http
Version:
Error constructors for common http error types
30 lines (29 loc) • 556 B
JSON
{
"name": "err-http",
"version": "1.2.2",
"description": "Error constructors for common http error types",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"engines": {
"node": ">=0.8"
},
"repository": {
"type": "git",
"url": "git://github.com/aantthony/errors.git"
},
"keywords": [
"error",
"constructor",
"http",
"404",
"500",
"403"
],
"author": "Anthony Foster <git@af.id.au>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aantthony/errors/issues"
}
}