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

24 lines
488 B

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