{ "name": "winston", "description": "A multi-transport async logging library for Node.js", "version": "0.5.9", "author": "Charlie Robbins ", "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" } }