-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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
33
34
{
"name": "nsyslog-parser",
"version": "0.10.1",
"description": "Syslog Parser. Accepts RFC 3164 (BSD), RFC 5424 and CEF formats",
"author": "David Gómez Matarrodona <solzimer@gmail.com>",
"url": "https://github.com/owner/project/issues",
"email": "solzimer@gmail.com",
"main": "parser.js",
"license": "MIT",
"repository": "solzimer/nsyslog-parser",
"keywords": [
"syslog",
"parser",
"RFC 3164",
"RFC 5424",
"CEF",
"common",
"event",
"format",
"ArcSight",
"bsd"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"load-grunt-tasks": "^4.0.0"
}
}