-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
{
"name": "bunyan-logstash-tcp-consolelog",
"description": "Logstash TCP console log plugin for Bunyan",
"version": "0.5.2",
"repository": "https://github.com/DexterYan/bunyan-logstash-tcp-consolelog.git",
"homepage": "https://github.com/DexterYan/bunyan-logstash-tcp-consolelog",
"main": "lib/consoleLogStash.js",
"author": "Dexter Yan",
"license": "MIT",
"keywords": [
"logstash",
"bunyan",
"console",
"reconnect",
"tcp",
"log",
"logger"
],
"dependencies": {
"CBuffer": "^0.1.5",
"lodash": "^2.4.1"
},
"peerDependencies": {
"bunyan": "1.x"
},
"devDependencies": {
"supertest": "0.10.0",
"should": "~3.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.10.2",
"bunyan": "1.x"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}