mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
29 lines
820 B
JSON
29 lines
820 B
JSON
{
|
|
"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" }
|
|
}
|