Edit File: package.json
{ "name": "winston", "description": "A multi-transport async logging library for Node.js", "version": "0.8.3", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "maintainers": [ "indexzero <charlie@nodejitsu.com>" ], "repository": { "type": "git", "url": "https://github.com/flatiron/winston.git" }, "keywords": [ "logging", "sysadmin", "tools" ], "dependencies": { "async": "0.2.x", "colors": "0.6.x", "cycle": "1.0.x", "eyes": "0.1.x", "isstream": "0.1.x", "pkginfo": "0.3.x", "stack-trace": "0.0.x" }, "devDependencies": { "vows": "0.7.x" }, "main": "./lib/winston", "scripts": { "test": "vows --spec --isolate" }, "engines": { "node": ">= 0.6.0" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/flatiron/winston/master/LICENSE" } ] }
Back to File Manager