log4js-node/package.json
2013-09-24 07:33:50 +10:00

45 lines
860 B
JSON

{
"name": "log4js",
"version": "0.7.0",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
"log",
"log4j",
"node"
],
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
"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 --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",
"sandboxed-module": "0.1.3",
"mocha": "~1.12.0",
"should": "~1.2.2"
},
"browser": {
"os": false
}
}