-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 866 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
{
"name": "winston-context",
"version": "0.0.7",
"description": "Creates shallow proxies of Winston loggers with context.",
"main": "index.js",
"directories": {
"test": "test"
},
"homepage": "https://github.com/citrix-research/node-winston-context",
"bugs": "https://github.com/citrix-research/node-winston-context/issues",
"repository": {
"type": "git",
"url": "git://github.com/citrix-research/node-winston-context.git"
},
"scripts": {
"test": "mocha && jshint ."
},
"keywords": [
"winston",
"child",
"proxy",
"context"
],
"author": "Morten Siebuhr (sbhr@sbhr.dk)",
"license": "ISC",
"devDependencies": {
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"sinon": "^1.13.0",
"unexpected": "^6.2.0",
"unexpected-sinon": "^5.1.1",
"winston": "^0.9.0",
"winston-spy": "^0.2.0"
}
}