45 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "mdig",
 | |
|   "version": "1.0.1",
 | |
|   "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"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "cli": "^1.0.1",
 | |
|     "dns-suite": "git+https://git@git.daplie.com:Daplie/dig.js#v1"
 | |
|   },
 | |
|   "homepage": "https://git.daplie.com/Daplie/mdig",
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |