log4js-node/package.json

24 lines
488 B
JSON
Raw Normal View History

2010-01-17 09:08:28 +08:00
{
2010-08-10 19:56:10 +08:00
"name": "log4js",
"version": "0.1.1",
2010-01-17 09:08:28 +08:00
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
"log",
"log4j",
"node"
],
2010-08-10 19:56:10 +08:00
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
2010-01-17 09:08:28 +08:00
"bugs": {
"web": "http://github.com/csausdev/log4js-node/issues"
},
2010-08-10 19:56:10 +08:00
"engines": [ "node >=0.1.100" ],
2010-01-17 09:08:28 +08:00
"scripts": {
"test": "test.js"
},
"directories": {
"test": "spec"
}
}