httpware-leftover
Version:
send 4xx 5xx response, compatible with connect
40 lines (39 loc) • 962 B
JSON
{
"name": "httpware-leftover",
"version": "0.1.0-2",
"description": "send 4xx 5xx response, compatible with connect",
"main": "lib",
"scripts": {
"build": "coffee -c -b -o lib src ",
"clean": "rm -r lib",
"prepublish": "npm run-script build",
"postpublish": "npm run-script clean",
"test": "set TEST=true && mocha --compilers coffee:coffee-script/register --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/js-seth-h/httpware-leftover.git"
},
"keywords": [
"handover",
"connect",
"404",
"500",
"4xx",
"5xx",
"error handler"
],
"author": "js.seth.h@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-seth-h/httpware-leftover/issues"
},
"homepage": "https://github.com/js-seth-h/httpware-leftover",
"dependencies": {
"debug": "^0.8.1"
},
"devDependencies": {
"flyway": "0.1.0-2",
"supertest": "^0.12.1"
}
}