37 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "acme-http-01-standalone",
 | |
| 	"version": "3.0.5",
 | |
| 	"description": "HTTP Authentication (In-Memory) for Let's Encrypt for Node.js - ACME http-01 challenges w/ ACME.js and Greenlock.js",
 | |
| 	"main": "index.js",
 | |
| 	"files": [
 | |
| 		"*.js",
 | |
| 		"lib",
 | |
| 		"test.js"
 | |
| 	],
 | |
| 	"scripts": {
 | |
| 		"test": "node test.js"
 | |
| 	},
 | |
| 	"repository": {
 | |
| 		"type": "git",
 | |
| 		"url": "https://git.coolaj86.com/coolaj86/acme-http-01-standalone.js.git"
 | |
| 	},
 | |
| 	"keywords": [
 | |
| 		"standalone",
 | |
| 		"memory",
 | |
| 		"http-01",
 | |
| 		"letsencrypt",
 | |
| 		"acme",
 | |
| 		"greenlock"
 | |
| 	],
 | |
| 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
| 	"contributors": [
 | |
| 		"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
 | |
| 	],
 | |
| 	"license": "MPL-2.0",
 | |
| 	"devDependencies": {
 | |
| 		"acme-challenge-test": "^3.3.2",
 | |
| 		"dotenv": "^8.0.0"
 | |
| 	},
 | |
| 	"dependencies": {}
 | |
| }
 |