http-responses
Version:
Middleware for standardizing the way you send HTTP response statuses.
42 lines (41 loc) • 902 B
JSON
{
"name": "http-responses",
"version": "0.0.5",
"description": "Middleware for standardizing the way you send HTTP response statuses.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Nijikokun/http-responses.git"
},
"keywords": [
"express",
"middleware",
"connect",
"responses",
"response",
"http",
"methods",
"handler",
"helpers",
"responder",
"codes",
"status",
"redirect"
],
"author": "Nijiko Yonskai <nijikokun@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nijikokun/http-responses/issues"
},
"homepage": "https://github.com/Nijikokun/http-responses",
"dependencies": {
"js2xmlparser": "^0.1.5"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.3.0"
}
}