Skip to content

Commit

Permalink
Update the author field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kunkle committed Feb 25, 2012
1 parent 909cf49 commit eaeb1b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/ node_modules/
.DS_Store .DS_Store
coverage.html coverage/
coverage.*
lib-cov/ lib-cov/
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,3 @@
node_modules node_modules
coverage
coverage.*
3 changes: 2 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,10 @@
{ {
"name": "pcap-parser", "name": "pcap-parser",
"description": "Packet capture (PCAP) parser for node", "description": "Packet capture (PCAP) parser for node",
"author": "Jeff Kunkle <jeff.kunkle@nearinfinity.com>",
"keywords": ["pcap", "parser"], "keywords": ["pcap", "parser"],
"homepage": "https://github.com/nearinfinity/node-pcap-parser", "homepage": "https://github.com/nearinfinity/node-pcap-parser",
"version": "0.1.0", "version": "0.1.1",
"engines": { "node" : ">=0.6.0" }, "engines": { "node" : ">=0.6.0" },
"maintainers": [ "maintainers": [
{ "name": "Jeff Kunkle", "email": "jeff.kunkle@nearinfinity.com" }, { "name": "Jeff Kunkle", "email": "jeff.kunkle@nearinfinity.com" },
Expand Down

0 comments on commit eaeb1b1

Please sign in to comment.