log4js-logstash
Version:
A simple log appender for log4js thats sends the data to logstash
36 lines (34 loc) • 812 B
JSON
{
"name": "log4js-logstash",
"version": "0.2.3",
"author": "Gembly Games B.V.",
"description": "A simple log appender for log4js thats sends the data to logstash",
"keywords": [
"logstash",
"log4js",
"appender"
],
"contributors" : [
{"name": "Ale Bles", "email": "a.bles@keesing.com"}
],
"licenses": [
{
"type": "GNUv2",
"url": "https://raw.github.com/gembly/LimitlessGEM/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gembly/log4js-logstash.git"
},
"devDependencies": {
"nodeunit": "0.x.x"
},
"scripts": {
"test": "nodeunit tests"
},
"engines": {
"node": "0.10.x"
},
"main": "./index.js"
}