30 lines
		
	
	
		
			770 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			770 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "acme-challenge-test",
 | |
| 	"version": "3.1.1",
 | |
| 	"description": "The base set of tests for all ACME challenge strategies. Any `acme-http-01-`, `acme-dns-01-`, `acme-challenge-`, or greenlock plugin should be able to pass these tests.",
 | |
| 	"main": "index.js",
 | |
| 	"homepage": "https://git.rootprojects.org/root/acme-challenge-test.js",
 | |
| 	"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"
 | |
| }
 |