33 lines
		
	
	
		
			926 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			926 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-challenge-manual",
 | |
|   "version": "3.0.4",
 | |
|   "description": "A cli-based strategy for node-letsencrypt. Prints the ACME challenge Token and Key and then waits for you to hit enter before continuing.",
 | |
|   "main": "index.js",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-challenge-manual.js",
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-challenge-manual.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "Let's Encrypt",
 | |
|     "ACME",
 | |
|     "challenge",
 | |
|     "manual",
 | |
|     "certbot",
 | |
|     "cli",
 | |
|     "commandline"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-challenge-manual.js/issues"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "greenlock-challenge-dns": "^3.0.3",
 | |
|     "greenlock-challenge-http": "^3.0.0"
 | |
|   }
 | |
| }
 |