41 lines
796 B
JSON
41 lines
796 B
JSON
|
{
|
||
|
"name": "mdig",
|
||
|
"version": "1.0.0",
|
||
|
"description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.",
|
||
|
"main": "bin/mdig.js",
|
||
|
"bin": {
|
||
|
"mdig": "bin/mdig.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node bin/mdig.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@git.daplie.com:Daplie/mdig.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"mdig",
|
||
|
"mdns",
|
||
|
"multicast",
|
||
|
"dns",
|
||
|
"dig",
|
||
|
"debugging",
|
||
|
"debug",
|
||
|
"cli",
|
||
|
"command",
|
||
|
"line",
|
||
|
"capture",
|
||
|
"lint",
|
||
|
"create",
|
||
|
"bin",
|
||
|
"binary",
|
||
|
"json"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://git.daplie.com/Daplie/mdig/issues"
|
||
|
},
|
||
|
"homepage": "https://git.daplie.com/Daplie/mdig",
|
||
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
||
|
"license": "(MIT OR Apache-2.0)"
|
||
|
}
|