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

52 lines
1.1 KiB

{
"name": "log4js-node",
"version": "0.1.0",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
"log",
"log4j",
"node"
],
"maintainers": [
{
"name": "Gareth Jones",
"email": "gareth.jones@sensis.com.au",
"web": "http://github.com/csausdev/"
}
],
"contributors": [
{
"name": "Gareth Jones",
"email": "gareth.jones@sensis.com.au",
"web": "http://github.com/csausdev/"
}
],
"bugs": {
"web": "http://github.com/csausdev/log4js-node/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/csausdev/log4js-node.git"
}
],
"dependencies": {
},
"implements": [],
"engines": ["node"],
"scripts": {
"test": "test.js"
},
"directories": {
"lib": "lib",
"test": "spec"
}
}