-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 988 Bytes
/
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
{
"name": "woodlot",
"version": "3.3.3",
"description": "An all-in-one JSON logging utility that supports ExpressJS HTTP logging, custom logging, provides multi-format output and an easy to use events API.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adpushup/woodlot.git"
},
"author": "Arun Michael Dsouza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adpushup/woodlot/issues"
},
"keywords": [
"http-logging",
"logger-middleware",
"json-logger",
"express-logger",
"logger"
],
"homepage": "https://github.com/adpushup/woodlot#readme",
"dependencies": {
"basic-auth": "^2.0.1",
"bluebird": "^3.7.2",
"maxmind": "^4.3.2",
"mkdirp": "^1.0.4",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@types/express": "^4.17.13"
}
}