-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "express-bunyan-logger",
"version": "1.3.3",
"description": "a bunyan logger middleware for express",
"main": "index.js",
"scripts": {
"lint": "jshint index.js test/*.js",
"test": "npm run lint && mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/villadora/express-bunyan-logger.git"
},
"keywords": [
"express",
"logger",
"bunyan"
],
"dependencies": {
"bunyan": "^1.8.12",
"lodash.has": "^4.5.2",
"lodash.set": "^4.3.2",
"useragent": "^2.2.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jshint": "^2.9.2",
"mocha": "^3.0.1",
"supertest": "^2.0.0",
"through2": "^2.0.1"
},
"readmeFilename": "README.md",
"author": {
"name": "wei.gao",
"email": "[email protected]"
},
"contributors": [
"Wei Gao <[email protected]>",
"Paris Holley <[email protected]>",
"Ognian Tschakalov <[email protected]>",
"Simon Wade <[email protected]>"
],
"license": "BSD"
}