forked from jaakkos/winston-logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "winston-logstash",
"version": "0.1.11",
"description": "A Logstash transport for winston",
"main": "./lib/winston-logstash",
"homepage": "https://github.com/jaakkos/winston-logstash",
"scripts": {
"test": "node_modules/mocha/bin/mocha test/*_test.js"
},
"engines": {
"node": ">=0.8.x"
},
"repository": {
"type": "git",
"url": "https://github.com/jaakkos/winston-logstash.git"
},
"peerDependencies": {
"winston": ">=0.7.3"
},
"devDependencies": {
"winston": ">=0.7.3",
"mocha": ">=1.20.1",
"chai": ">=1.9.1",
"timekeeper": ">=0.0.4"
},
"keywords": [
"logging",
"sysadmin",
"tools"
],
"bugs": {
"url": "https://github.com/jaakkos/winston-logstash/issues"
},
"author": "Jaakko Suutarla <[email protected]>",
"license": "MIT",
"contributors": [
"Jaakko Suutarla <[email protected]>",
"Chris Saylor <[email protected]>",
"gwhitelaw",
"Ivan Fraixedes"
],
"maintainers": [
"Jaakko Suutarla <[email protected]>"
],
"directories": {
"doc": "docs",
"test": "test"
}
}