Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdolard committed Dec 19, 2011
1 parent ae3e534 commit e9f25b5
Showing 1 changed file with 35 additions and 31 deletions.
66 changes: 35 additions & 31 deletions package.json
@@ -1,32 +1,36 @@
{
"name" : "log-to-file",
"description": "A simple log writer. Rotation and compression (gzip) are supported.",
"version" : "0.1.2",
"author" : "Sebastien Dolard",
"email" : "sdolard@gmail.com",
"keywords" : ["log", "writter", "rotation"],
"url" : "http://github.com/sdolard/node-log-to-file",
"repository": {
"type": "git",
"url": "git://github.com/sdolard/node-log-to-file.git"
},
"main" : "lib/log-to-file",
"license" : "MIT",
"scripts" : {
"test" : "node test/run_test.js"
},
"engines": {
"node": ">= 0.6.0"
},
"bugs" :
{
"url" : "https://github.com/sdolard/node-log-to-file/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/sdolard/node-log-to-file/master/LICENSE"
}
]
{
"name": "log-to-file",
"description": "A simple log writer. Rotation and compression (gzip) are supported.",
"version": "0.1.2",
"author": "Sebastien Dolard <sdolard@gmail.com>",
"email": "sdolard@gmail.com",
"keywords": [
"log",
"writter",
"rotation"
],
"repository": {
"type": "git",
"url": "git://github.com/sdolard/node-log-to-file.git"
},
"main": "lib/log-to-file",
"license": "MIT",
"scripts": {
"test": "node test/run_test.js"
},
"engines": {
"node": ">= 0.6.0"
},
"bugs": {
"url": "https://github.com/sdolard/node-log-to-file/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/sdolard/node-log-to-file/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {},
"homepage": "http://github.com/sdolard/node-log-to-file"
}

0 comments on commit e9f25b5

Please sign in to comment.