29 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "name": "le-challenge-http", | ||
|  |   "version": "3.0.0", | ||
|  |   "description": "A very simple reference implementation of an ACME http-01 challenge for Greenlock v2.7+ (and v3)", | ||
|  |   "main": "index.js", | ||
|  |   "homepage": "https://git.coolaj86.com/coolaj86/le-challenge-http.js", | ||
|  |   "scripts": { | ||
|  |     "test": "node test.js" | ||
|  |   }, | ||
|  |   "repository": { | ||
|  |     "type": "git", | ||
|  |     "url": "https://git.coolaj86.com/coolaj86/le-challenge-http.js.git" | ||
|  |   }, | ||
|  |   "keywords": [ | ||
|  |     "Let's Encrypt", | ||
|  |     "ACME", | ||
|  |     "Greenlock", | ||
|  |     "http-01", | ||
|  |     "certbot", | ||
|  |     "cli", | ||
|  |     "commandline" | ||
|  |   ], | ||
|  |   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | ||
|  |   "license": "MPL-2.0", | ||
|  |   "bugs": { | ||
|  |     "url": "https://git.coolaj86.com/coolaj86/le-challenge-http.js/issues" | ||
|  |   } | ||
|  | } |