mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-01-04 16:09:14 +00:00
Added node modules
This commit is contained in:
29
node_modules/winston/package.json
generated
vendored
Normal file
29
node_modules/winston/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
Reference in New Issue
Block a user