{ "name": "log4js", "version": "0.6.8", "description": "Port of Log4js to work with node.", "keywords": [ "logging", "log", "log4j", "node" ], "main": "./lib/log4js", "author": "Gareth Jones ", "repository": { "type": "git", "url": "https://github.com/nomiddlename/log4js-node.git" }, "bugs": { "url": "http://github.com/nomiddlename/log4js-node/issues" }, "engines": { "node": ">=0.8" }, "scripts": { "test": "mocha" }, "directories": { "test": "test", "lib": "lib" }, "dependencies": { "async": "0.1.15", "semver": "~1.1.4", "readable-stream": "~1.0.2", "debug": "~0.7.2" }, "devDependencies": { "sandboxed-module": "0.1.3", "underscore": "1.2.1", "mocha": "~1.12.0", "should": "~1.2.2" }, "browser": { "os": false } }