forked from kunklejr/node-pcap-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 723 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "pcap-parser",
"description": "Packet capture (PCAP) parser for node",
"author": "Jeff Kunkle <jeff.kunkle@nearinfinity.com>",
"keywords": ["pcap", "parser"],
"version": "0.2.1",
"engines": { "node" : ">=0.6.0" },
"maintainers": [
{ "name": "Jeff Kunkle", "email": "jeff.kunkle@nearinfinity.com" },
{ "name": "Joe Ferner", "email": "joe.ferner@nearinfinity.com" }
],
"bugs": { "url": "https://github.com/nearinfinity/node-pcap-parser/issues" },
"license": "MIT",
"repository": { "type": "git", "url": "https://github.com/nearinfinity/node-pcap-parser.git" },
"devDependencies": {
"vows": "~0.5.13"
},
"scripts": {
"test": "vows"
},
"main": "./lib/pcap-parser.js"
}