-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 912 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
38
39
40
41
{
"name": "dj-logger",
"version": "4.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benhodeda/dj-logger.git"
},
"keywords": [
"dj-logger",
"logging",
"asynchronous",
"transaction",
"logger",
"winston",
"davy"
],
"author": "Ben Hodeda <benhodeda@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/benhodeda/dj-logger/issues"
},
"homepage": "https://github.com/benhodeda/dj-logger#readme",
"dependencies": {
"continuation-local-storage": "^3.2.0",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"node-uuid": "^1.4.7",
"progress-logger-js": "^0.1.0",
"winston": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}