dig.js/package.json

50 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2017-02-18 02:07:02 +00:00
{
"name": "dig.js",
2018-03-21 02:12:32 +00:00
"version": "1.3.9",
2017-02-18 02:07:02 +00:00
"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",
2017-10-29 04:02:40 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
2017-02-24 00:42:26 +00:00
"bin": {
2017-10-02 18:49:20 +00:00
"dig.js": "./bin/dig.js"
2017-02-24 00:42:26 +00:00
},
2017-02-18 02:07:02 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2017-10-29 04:02:27 +00:00
"url": "git://git.coolaj86.com:coolaj86/dig.js.git"
2017-02-18 02:07:02 +00:00
},
"keywords": [
2017-03-31 01:29:01 +00:00
"mdig",
"multicast",
"debugging",
"debug",
"cli",
"command",
"line",
2017-02-18 02:07:02 +00:00
"dig",
"dns",
"mdns",
2017-10-02 22:43:58 +00:00
"dns0x20",
"0x20",
2017-02-18 02:07:02 +00:00
"lint",
"capture",
"create",
"bin",
"binary",
"json"
],
2017-10-28 05:41:34 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2017-02-23 23:55:24 +00:00
"license": "(MIT OR Apache-2.0)",
2017-02-25 20:16:07 +00:00
"bugs": {
2017-10-28 05:41:34 +00:00
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
2017-02-25 20:16:07 +00:00
},
2017-02-23 23:55:24 +00:00
"dependencies": {
2017-02-24 01:22:16 +00:00
"cli": "^1.0.1",
2017-10-28 05:41:34 +00:00
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"
2017-09-26 00:14:27 +00:00
},
"optionalDependencies": {
2017-10-28 05:41:34 +00:00
"hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4"
2017-02-23 23:55:24 +00:00
}
2017-02-18 02:07:02 +00:00
}