You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
log4js-node/package.json

28 lines
567 B

{
"name": "log4js",
"version": "0.3.9",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
"log",
"log4j",
"node"
],
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
"bugs": {
"web": "http://github.com/csausdev/log4js-node/issues"
},
"engines": [ "node >=0.4" ],
"scripts": {
"test": "vows test/*.js"
},
"directories": {
"test": "test",
"lib": "lib"
},
"devDependencies": {
"vows": ">=0.5.2"
}
}