rest-error
Version:
JavaScript errors that map to HTTP 4xx and 5xx error codes
40 lines (39 loc) • 806 B
JSON
{
"name": "rest-error",
"author": {
"name": "William Riley-Land",
"email": "william@kun.io",
"url": "http://kun.io/wprl"
},
"homepage": "https://github.com/wprl/rest-error",
"version": "1.3.1",
"main": "index.js",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"scripts": {
"test": "false"
},
"repository": {
"type": "git",
"url": "https://github.com/wprl/rest-error.git"
},
"bugs": {
"url": "https://github.com/wprl/rest-error/issues/new",
"email": "william@kun.io"
},
"license": "MIT",
"description": "JavaScript errors that map to HTTP 4xx and 5xx error codes",
"keywords": [
"REST",
"RESTful",
"API",
"rfc2616",
"web",
"http",
"error"
],
"dependencies": {
"deco": "~0.12.0"
}
}