forked from winstonjs/winston
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 754 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
37
{
"name": "winston",
"description": "A multi-transport async logging library for Node.js",
"version": "0.6.1",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/flatiron/winston.git"
},
"keywords": [
"logging",
"sysadmin",
"tools"
],
"dependencies": {
"async": "0.1.x",
"colors": "0.x.x",
"eyes": "0.1.x",
"pkginfo": "0.2.x",
"stack-trace": "0.0.x",
"cycle": "1.0.x",
"request": "2.9.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"main": "./lib/winston",
"scripts": {
"test": "vows --spec --isolate"
},
"engines": {
"node": ">= 0.4.0"
}
}