forked from Aigent/log4js-logstash-tcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "log4js-logstash-tcp",
"version": "1.0.0",
"author": "Aigent B.V.",
"description": "This is a copy of the logstashUDP appender but instead sending via UDP send via TCP to avoid the maximum 64k bytes message size with the logstashUDP appender.",
"keywords": [
"logstash",
"log4js",
"appender"
],
"contributors": [
{
"name": "Sebastian Lagemann",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "GNUv2",
"url": "https://github.com/Aigent/log4s-logstashTCP/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Aigent/log4s-logstash-tcp.git"
},
"devDependencies": {
"log4js": "^2.4.1",
"nodeunit": "^0.11.2"
},
"scripts": {
"test": "nodeunit tests"
},
"engines": {
"node": "0.10.x"
},
"main": "./index.js"
}