Compare commits

..

No commits in common. "56048ad5d2eb507ec737a093e7c90500dedd9bc0" and "6ef8c7a4759ba01905e7e07a91a73e8a93fed108" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,8 @@
{
"name": "dig.js",
"version": "1.3.6",
"version": "1.3.4",
"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",
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
"bin": {
"dig.js": "./bin/dig.js"
},
@ -12,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://git.coolaj86.com:coolaj86/dig.js.git"
"url": "https://git.coolaj86.com/coolaj86/dig.js.git"
},
"keywords": [
"mdig",
@ -39,6 +38,7 @@
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
"dependencies": {
"cli": "^1.0.1",
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"