33 lines
		
	
	
		
			819 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			819 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "le-sni-auto",
 | |
|   "version": "2.1.7",
 | |
|   "description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/le-sni-auto.js",
 | |
|   "main": "index.js",
 | |
|   "trulyOptionalDependencies": {
 | |
|     "bluebird": "^3.5.1"
 | |
|   },
 | |
|   "devDependencies": {},
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/le-sni-auto.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "le-sni",
 | |
|     "le-sni-",
 | |
|     "auto-sni",
 | |
|     "sni-auto",
 | |
|     "SNICallback",
 | |
|     "letsencrypt",
 | |
|     "certbot"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/le-sni-auto.js/issues"
 | |
|   }
 | |
| }
 |