{ "name": "log4js", "version": "0.7.0", "description": "Port of Log4js to work with node.", "keywords": [ "logging", "log", "log4j", "node" ], "license": "Apache-2.0", "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": { "pretest": "jshint lib/ test/", "test": "mocha --recursive" }, "directories": { "test": "test", "lib": "lib" }, "dependencies": { "debug": "~0.7.2", "streamroller": "0.0.1", "date-format": "0.0.0" }, "devDependencies": { "async": "0.1.15", "jshint": "^2.9.2", "sandboxed-module": "0.1.3", "mocha": "~1.12.0", "should": "~1.2.2" }, "browser": { "os": false } }