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

32 lines
656 B

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