-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 1009 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
{
"name": "pigsty-moloch-plugin",
"version": "0.0.1",
"main": "./lib/pigsty-moloch-plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node" : ">=0.8.0"
},
"description": "Plugin to tag moloch sessions with IDS event tags",
"author": "Hillar Aarelaid (hillar@aarelaid.net)",
"homepage": "http://github.com/hillar/pigsty-moloch-plugin",
"repository" :
{
"type" : "git",
"url" : "git@github.com:hillar/pigsty-moloch-plugin.git"
},
"bugs": {
"url": "https://github.com/hillar/pigsty-moloch-plugin/issues"
},
"dependencies": {
"node-syslog-logger-simple":"~0.0.1",
"pigsty-plugin": "~0.1.0",
"debug": ">=0.7.2",
"hashtable":">=0.1.4"
},
"licenses": [{
"type": "Simplified BSD License",
"url": "http://en.wikipedia.org/wiki/BSD_licenses"
}],
"tags": ["moloch", "pigsty", "IDS", "PCAP", "unified2"]
}