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