update urls
This commit is contained in:
parent
f441c0cfc5
commit
3323379194
|
@ -3,6 +3,7 @@
|
||||||
"version": "1.3.4",
|
"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.",
|
"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",
|
"main": "index.js",
|
||||||
|
"homepage": "https://git.coolaj86.com:coolaj86/dig.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"dig.js": "./bin/dig.js"
|
"dig.js": "./bin/dig.js"
|
||||||
},
|
},
|
||||||
|
@ -11,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/dig.js.git"
|
"url": "git://git.coolaj86.com:coolaj86/dig.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mdig",
|
"mdig",
|
||||||
|
|
Loading…
Reference in New Issue