You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
820 B
29 lines
820 B
{ |
|
"name": "winston", |
|
"description": "A multi-transport async logging library for Node.js", |
|
"version": "0.5.9", |
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>", |
|
"contributors": [ |
|
{ "name": "Matthew Bergman", "email": "mzbphoto@gmail.com" }, |
|
{ "name": "Marak Squires", "email": "marak@nodejitsu.com" } |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "http://github.com/indexzero/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.5.x >=0.5.11" |
|
}, |
|
"main": "./lib/winston", |
|
"scripts": { "test": "vows --spec --isolate" }, |
|
"engines": { "node": ">= 0.4.0" } |
|
}
|
|
|