forked from ericelliott/bunyan-request-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
{
"name": "bunyan-request-logger",
"version": "0.2.6",
"description": "Automated request logging connect middleware for Express. Powered by Bunyan.",
"main": "request-logger.js",
"directories": {
"example": "examples"
},
"dependencies": {
"bunyan": "~1.3.4",
"cuid": "~1.2.4",
"lodash": "^3.3.1"
},
"devDependencies": {
"connect-cache-control": "~1.0.0",
"express": "^4.12.2",
"express-error-handler": "~1.0.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"mocha": "~2.1.0",
"should": "~5.0.1",
"sinon": "~1.12.2",
"supertest": "~0.15.0"
},
"scripts": {
"test": "mocha --recursive --reporter spec ./test"
},
"repository": {
"type": "git",
"url": "[email protected]:dilvie/bunyan-request-logger.git"
},
"keywords": [
"logging",
"request",
"logger",
"request",
"response",
"connect",
"middleware",
"logging",
"middleware",
"bunyan",
"log",
"requests"
],
"author": "Eric Elliott",
"license": "MIT",
"bugs": {
"url": "https://github.com/dilvie/bunyan-request-logger/issues"
}
}