-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
82 lines (82 loc) · 1.93 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "winston-logstash-udp",
"version": "0.2.1",
"description": "A Logstash UDP transport for winston",
"main": "./lib/winston-logstash-udp",
"homepage": "https://github.com/sazze/winston-logstash-udp",
"scripts": {
"test": "mocha test/*_test.js"
},
"engines": {
"node": ">=0.8.x",
"npm": ">=1.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/sazze/winston-logstash-udp.git"
},
"dependencies": {
"cycle": "^1.0.3",
"winston": ">=0.7.2"
},
"devDependencies": {
"chai": ">=1.5.0",
"mocha": ">=1.8.2",
"sinon": "^1.17.7",
"sinon-chai": "~2.8.0",
"timekeeper": ">=0.0.3",
"winston": ">=0.7.2"
},
"keywords": [
"logging",
"sysadmin",
"tools"
],
"bugs": {
"url": "https://github.com/sazze/winston-logstash-udp/issues"
},
"author": {
"name": "Craig Thayer",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
{
"name": "Craig Thayer",
"email": "[email protected]"
},
{
"name": "mbrevoort"
},
{
"name": "devAsterisk",
"email": "[email protected]"
},
{
"name": "Anis Safine",
"email": "[email protected]"
},
{
"name": "Pierre Inglebert",
"email": "[email protected]"
},
{
"name": "Kevin Danielo",
"email": "[email protected]"
},
{
"name": "RidgeA",
"url": "https://github.com/RidgeA"
},
{
"name": "Metál Ádám",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Craig Thayer",
"email": "[email protected]"
}
]
}