forked from winstonjs/winston
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 811 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
{
"name": "winston",
"description": "A multi-transport async logging library for Node.js",
"version": "0.5.10",
"author": "Charlie Robbins <[email protected]>",
"contributors": [
{ "name": "Matthew Bergman", "email": "[email protected]" },
{ "name": "Marak Squires", "email": "[email protected]" }
],
"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",
"loggly": "0.3.x >=0.3.7",
"pkginfo": "0.2.x",
"stack-trace": "0.0.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"main": "./lib/winston",
"scripts": { "test": "vows --spec --isolate" },
"engines": { "node": ">= 0.4.0" }
}