Compare commits
No commits in common. "91154c3d2aee1913f280abb1317e004d6b284e99" and "c09d5f8a103bdf09d898a7aff04b80a016e3bb57" have entirely different histories.
91154c3d2a
...
c09d5f8a10
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "digd.js",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.5",
|
||||
"description": "A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command.",
|
||||
"main": "bin/digd.js",
|
||||
"homepage": "https://git.coolaj86.com:coolaj86/digd.js",
|
||||
"bin": {
|
||||
"digd.js": "bin/digd.js"
|
||||
},
|
||||
|
@ -12,7 +11,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://git.coolaj86.com:coolaj86/digd.js.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/digd.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"mdig",
|
||||
|
|
Loading…
Reference in New Issue