updated to work with npm
This commit is contained in:
36
package.json
36
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user