38 lines
		
	
	
		
			817 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			817 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "acme-dns-01-test",
 | |
| 	"version": "3.2.0",
 | |
| 	"description": "ACME dns-01 tests for Let's Encrypt integration. Any `acme-dns-01-` 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": {
 | |
| 		"acme-challenge-test": "^3.2.0"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"acme-dns-01-cli": "^3.1.0"
 | |
| 	},
 | |
| 	"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"
 | |
| }
 |