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