mdig.js/package.json

45 lines
938 B
JSON
Raw Normal View History

2017-02-25 20:52:49 +00:00
{
"name": "mdig",
2017-11-05 03:22:09 +00:00
"version": "1.0.4",
2017-02-25 20:52:49 +00:00
"description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.",
2017-11-03 05:37:12 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/mdig.js",
2017-02-25 20:52:49 +00:00
"main": "bin/mdig.js",
"bin": {
"mdig": "bin/mdig.js"
},
"scripts": {
"test": "node bin/mdig.js"
},
"repository": {
"type": "git",
2017-11-03 05:37:12 +00:00
"url": "https://git.coolaj86.com/coolaj86/mdig.js.git"
2017-02-25 20:52:49 +00:00
},
"keywords": [
"mdig",
"mdns",
"multicast",
"dns",
"dig",
"debugging",
"debug",
"cli",
"command",
"line",
"capture",
"lint",
"create",
"bin",
"binary",
"json"
],
"bugs": {
2017-11-03 05:37:12 +00:00
"url": "https://git.coolaj86.com/coolaj86/mdig.js/issues"
2017-02-25 20:52:49 +00:00
},
2017-03-09 08:53:54 +00:00
"dependencies": {
"cli": "^1.0.1",
2017-11-03 05:37:12 +00:00
"dig.js": "git+https://git.coolaj86.com/coolaj86/dig.js#v1"
2017-03-09 08:53:54 +00:00
},
2017-11-03 05:37:12 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2017-02-25 20:52:49 +00:00
"license": "(MIT OR Apache-2.0)"
}