Compare commits
4 Commits
6ef8c7a475
...
56048ad5d2
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 56048ad5d2 | |
AJ ONeal | 39ba065ce0 | |
AJ ONeal | d5f5267c18 | |
AJ ONeal | 3323379194 |
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "dig.js",
|
"name": "dig.js",
|
||||||
"version": "1.3.4",
|
"version": "1.3.6",
|
||||||
"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",
|
||||||
|
@ -38,7 +39,6 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
|
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cli": "^1.0.1",
|
"cli": "^1.0.1",
|
||||||
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"
|
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"
|
||||||
|
|
Loading…
Reference in New Issue