Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarvesh Chitko committed Feb 22, 2019
0 parents commit 027068e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
.vscode
package-lock.json
node_modules
Empty file added README.md
Empty file.
Empty file added index.js
Empty file.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "winston-logstash",
"version": "0.0.1",
"description": "Adds Logstash support to Winston 3",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chitkosarvesh/winston-logstash.git"
},
"keywords": [
"winston",
"logstash",
"winston3",
"logging",
"transport",
"winston-transport"
],
"author": "Sarvesh Chitko",
"license": "ISC",
"bugs": {
"url": "https://github.com/chitkosarvesh/winston-logstash/issues"
},
"homepage": "https://github.com/chitkosarvesh/winston-logstash#readme",
"dependencies": {
"winston": "^3.2.1"
}
}

0 comments on commit 027068e

Please sign in to comment.