forked from ericelliott/express-error-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 931 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "express-error-handler",
"version": "0.5.4",
"description": "A graceful error handler for Express applications.",
"main": "error-handler.js",
"scripts": {
"test": "node ./test/runtests.js"
},
"repository": {
"type": "git",
"url": "git@github.com:dilvie/express-error-handler.git"
},
"keywords": [
"error",
"errors",
"handling",
"handler",
"express",
"connect"
],
"author": "Eric Elliott",
"license": "MIT",
"bugs": {
"url": "https://github.com/dilvie/express-error-handler/issues"
},
"dependencies": {
"mout": "~0.7.1",
"connect-domain": "~0.5.0"
},
"devDependencies": {
"express": "~3.4.0",
"tape": "~1.1.1",
"supertest": "~0.8.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"bunyan-request-logger": "~0.1.1",
"connect-cache-control": "~0.1.0",
"through": "~2.3.4",
"restify": "~2.6.0"
}
}