add package.json
This commit is contained in:
parent
f7148e9a4f
commit
a27d323a97
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"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)"
|
||||
}
|
Loading…
Reference in New Issue