dig.js/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2017-02-18 02:07:02 +00:00
{
"name": "dig.js",
2017-10-02 23:11:03 +00:00
"version": "1.3.2",
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-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",
"url": "git@git.daplie.com:Daplie/dig.js.git"
},
"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-02-25 20:16:07 +00:00
"author": "AJ ONeal <aj@daplie.com> (https://daplie.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-02-25 20:17:34 +00:00
"url": "https://git.daplie.com/Daplie/dig.js/issues"
2017-02-25 20:16:07 +00:00
},
2017-02-25 20:17:34 +00:00
"homepage": "https://git.daplie.com/Daplie/dig.js",
2017-02-23 23:55:24 +00:00
"dependencies": {
2017-02-24 01:22:16 +00:00
"cli": "^1.0.1",
2017-09-26 00:14:27 +00:00
"dns-suite": "git+https://git@git.daplie.com/Daplie/dns-suite#v1.1.0"
},
"optionalDependencies": {
"hexdump.js": "git+https://git@git.daplie.com/Daplie/hexdump.js#master"
2017-02-23 23:55:24 +00:00
}
2017-02-18 02:07:02 +00:00
}