forked from namshi/winston-graylog2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "winston-graylog2",
"description": "A graylog2 transport for winston",
"version": "0.7.1",
"author": "Started by: Flite, Inc. http://www.flite.com, mantained by: Namshi http://namshi.com",
"contributors": [
{
"name": "Luciano Colosio"
},
{
"name": "Phil Kates"
},
{
"name": "Clay Smith"
},
{
"name": "krivchun"
},
{
"name": "Ville Lautanala"
},
{
"name": "Alessandro Nadalin"
},
{
"name": "Róbert Oroszi"
},
{
"name": "Clay Smith"
},
{
"name": "Arttu Tervo"
},
{
"name": "Ivan Batic"
},
{
"name": "Blake Harley"
}
],
"dependencies": {
"graylog2": "^0.2.1",
"lodash": "^4.17.5",
"winston": "^2.4.0"
},
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"graylog2"
],
"license": "MIT",
"main": "./lib/winston-graylog2",
"repository": {
"type": "git",
"url": "http://github.com/flite/winston-graylog2.git"
},
"scripts": {
"test": "mocha -b"
}
}