This commit is contained in:
AJ ONeal 2017-02-23 17:42:26 -07:00
parent ba3de07218
commit c38b71d10f
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"version": "1.0.1",
"description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.",
"main": "index.js",
"bin": {
"dig.js": "./bin/dig.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},