Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
Jeff Kunkle committed Jan 4, 2012
0 parents commit 25062a0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "pcap-parser",
"description": "Packet capture (PCAP) parser for node",
"keywords": ["pcap", "parser"],
"homepage": "https://github.com/nearinfinity/node-pcap-parser",
"version": "0.0.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" },
"licenses": [ { "type" : "MIT" } ],
"repositories": [
{ "type": "git", "url": "https://github.com/nearinfinity/node-pcap-parser.git" }
],
"dependencies": {
"optimist": "~0.3.0",
},
"devDependencies": {
"vows": "~0.5.13",
}
}

0 comments on commit 25062a0

Please sign in to comment.