36 lines
		
	
	
		
			862 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			862 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "le-challenge-dns",
 | |
|   "version": "3.0.0",
 | |
|   "description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "Let's Encrypt",
 | |
|     "Greenlock",
 | |
|     "ACME",
 | |
|     "dns-01",
 | |
|     "wildcard",
 | |
|     "wildcards",
 | |
|     "letsencrypt",
 | |
|     "manual",
 | |
|     "interactive",
 | |
|     "cli",
 | |
|     "dns",
 | |
|     "challenge"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js/issues"
 | |
|   },
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js",
 | |
|   "dependencies": {
 | |
|   }
 | |
| }
 |