34 lines
		
	
	
		
			859 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			859 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "acme-challenge-test",
 | |
|   "version": "3.2.0",
 | |
|   "description": "ACME challenge test harness for Let's Encrypt integrations. Any `acme-http-01-` or `acme-dns-01-` challenge strategy or Greenlock plugin should be able to pass these tests.",
 | |
|   "main": "index.js",
 | |
|   "homepage": "https://git.rootprojects.org/root/acme-challenge-test.js",
 | |
|   "files": [
 | |
|     "example.js",
 | |
|     "lib"
 | |
|   ],
 | |
|   "dependencies": {},
 | |
|   "devDependencies": {},
 | |
|   "scripts": {
 | |
|     "test": "node example.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.rootprojects.org/root/acme-challenge-test.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "Let's Encrypt",
 | |
|     "ACME",
 | |
|     "http-01",
 | |
|     "dns-01",
 | |
|     "challenge",
 | |
|     "plugin",
 | |
|     "module",
 | |
|     "strategy",
 | |
|     "greenlock"
 | |
|   ],
 | |
|   "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
 | |
|   "license": "MPL-2.0"
 | |
| }
 |