30 lines
		
	
	
		
			752 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			752 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "dns-suite",
 | |
|   "version": "1.2.12",
 | |
|   "description": "testing dns",
 | |
|   "main": "dns.js",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/dns-suite.js",
 | |
|   "bin": {
 | |
|     "dns-pack.js": "bin/dns-pack.js",
 | |
|     "dns-parse.js": "bin/dns-parse.js",
 | |
|     "dns-test.js": "bin/dns-test.js",
 | |
|     "mdns-capture.js": "bin/mdns-capture.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "node test/parser.js && node test/packer.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git://git.coolaj86.com:coolaj86/dns-suite.js.git"
 | |
|   },
 | |
|   "author": "",
 | |
|   "license": "(MIT or Apache2)",
 | |
|   "devDependencies": {
 | |
|     "bluebird": "^3.5.0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "bluebird": "^3.5.0",
 | |
|     "hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4"
 | |
|   }
 | |
| }
 |