-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "node-log-forwarder",
"version": "0.5.0",
"description": "Node.js-based log parsing, forwarding, and notifications.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Brian Crowell",
"email": "brian@fluggo.com"
},
"license": "ISC",
"dependencies": {
"@slack/client": "^3.8.1",
"async": "^2.0.0-rc.3",
"bunyan": "^1.8.0",
"bunyan-tcp": "^0.9.3",
"d3": "^4.3.0",
"elasticsearch": "^12.0.1",
"irc": "^0.5.2",
"node-geoip2": "^0.10.2",
"node-grok": "^2.0.3",
"node-netflowv9": "^0.2.10",
"nodemailer": "^4.0.1",
"pug": "^2.0.0-alpha6",
"strip-json-comments": "^2.0.1",
"timezone": "^1.0.1",
"uuid": "^3.2.1",
"ws": "^1.1.1"
},
"devDependencies": {}
}