Compare commits

..

4 Commits

Author SHA1 Message Date
AJ ONeal 91154c3d2a v1.1.7 2017-10-28 22:04:41 -06:00
AJ ONeal 046e9ed575 Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/digd.js 2017-10-28 22:04:35 -06:00
AJ ONeal da2d503226 v1.1.6 2017-10-28 22:04:23 -06:00
AJ ONeal 5f3aa51aec update urls 2017-10-28 22:03:58 -06:00
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{
"name": "digd.js",
"version": "1.1.5",
"version": "1.1.7",
"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"
},
@ -11,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/digd.js.git"
"url": "git://git.coolaj86.com:coolaj86/digd.js.git"
},
"keywords": [
"mdig",