33 lines
		
	
	
		
			784 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			33 lines
		
	
	
		
			784 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "name": "le-sni-auto", | ||
|  |   "version": "2.0.0", | ||
|  |   "description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback", | ||
|  |   "main": "index.js", | ||
|  |   "dependencies": { | ||
|  |     "bluebird": "^3.4.1" | ||
|  |   }, | ||
|  |   "devDependencies": {}, | ||
|  |   "scripts": { | ||
|  |     "test": "node test.js" | ||
|  |   }, | ||
|  |   "repository": { | ||
|  |     "type": "git", | ||
|  |     "url": "git+https://github.com/Daplie/le-sni-auto.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://github.com/Daplie/le-sni-auto/issues" | ||
|  |   }, | ||
|  |   "homepage": "https://github.com/Daplie/le-sni-auto#readme" | ||
|  | } |