Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Apr 7, 2012
0 parents commit 33e580e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
winser*tgz
npm-debug.log
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "winlog",
"private": false,
"version": "0.0.1",
"description": "Windows Event Log logger for Winston",
"keywords": ["windows", "services", "log", "logging", "logger"],
"homepage": "https://github.com/jfromaniello/winlog",
"author": {
"name" : "Jose Fernando Romaniello",
"email" : "[email protected]",
"url" : "http://joseoncode.com/"
},
"repository": {
"type" : "git",
"url" : "git://github.com/jfromaniello/winlog.git"
},
"dependencies": {
"winston" : "*"
}
}

0 comments on commit 33e580e

Please sign in to comment.