updated to work with npm

This commit is contained in:
csausdev
2010-08-10 21:56:10 +10:00
parent 24b22c4afb
commit 8951600acd
2 changed files with 613 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "log4js-node",
"name": "log4js",
"version": "0.1.0",
"description": "Port of Log4js to work with node.",
"keywords": [
@@ -8,44 +8,16 @@
"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/"
}
],
"main": "./lib/log4js",
"author": "Gareth Jones <gareth.jones@sensis.com.au>",
"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"],
"engines": [ "node >=0.1.100" ],
"scripts": {
"test": "test.js"
},
"directories": {
"lib": "lib",
"test": "spec"
}
}