30 lines
		
	
	
		
			767 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			767 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "le-challenge-standalone",
 | |
|   "version": "2.1.1",
 | |
|   "description": "An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.",
 | |
|   "homepage": "https://greenlock.domains/",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://rootprojects.org/root/acme-http-01-memory.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "le-challenge",
 | |
|     "le-challenge-",
 | |
|     "memory",
 | |
|     "in-memory",
 | |
|     "standalone",
 | |
|     "ACME",
 | |
|     "letsencrypt",
 | |
|     "certbot"
 | |
|   ],
 | |
|   "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://rootprojects.org/root/acme-http-01-memory.js/issues"
 | |
|   }
 | |
| }
 |