mdig.js/package.json

45 lines
906 B
JSON
Raw Normal View History

2017-02-25 20:52:49 +00:00
{
"name": "mdig",
2017-03-09 09:00:15 +00:00
"version": "1.0.2",
2017-02-25 20:52:49 +00:00
"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"
},
2017-03-09 08:53:54 +00:00
"dependencies": {
"cli": "^1.0.1",
2017-03-09 08:59:41 +00:00
"dig.js": "git+https://git@git.daplie.com:Daplie/dig.js#v1"
2017-03-09 08:53:54 +00:00
},
2017-02-25 20:52:49 +00:00
"homepage": "https://git.daplie.com/Daplie/mdig",
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "(MIT OR Apache-2.0)"
}