domain-middleware
Version:
uncaughtException middleware for connect, base on `domain` module.
31 lines (30 loc) • 654 B
JSON
{
"name": "domain-middleware",
"version": "0.1.0",
"description": "uncaughtException middleware for connect, base on `domain` module.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
},
"devDependencies": {
"connect": "*",
"should": "*",
"supertest": "*",
"jscover": "*",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/fengmk2/domain-middleware.git"
},
"keywords": [
"domain", "uncaughtException", "error", "connect", "cluster"
],
"engines": {
"node": ">= 0.8.0"
},
"author": "fengmk2 <fengmk2@gmail.com>",
"license": "MIT"
}