forked from winstonjs/winston
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 939 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
42
43
{
"name": "@emmerge/winston",
"description": "A multi-transport async logging library for Node.js",
"version": "2.2.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"maintainers": [
"Jarrett Cruger <jcrugzz@gmail.com>",
"Alberto Pose <albertopose@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/winstonjs/winston.git"
},
"keywords": [
"winston",
"logging",
"sysadmin",
"tools"
],
"dependencies": {
"async": "~1.0.0",
"colors": "1.0.x",
"cycle": "1.0.x",
"eyes": "0.1.x",
"isstream": "0.1.x",
"pkginfo": "0.4.x",
"stack-trace": "0.0.x"
},
"devDependencies": {
"cross-spawn-async": "^2.0.0",
"hock": "1.x.x",
"std-mocks": "~1.0.0",
"vows": "0.7.x"
},
"main": "lib/winston.js",
"scripts": {
"test": "vows --spec --isolate"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT"
}