56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-express",
 | |
|   "version": "2.3.0",
 | |
|   "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
 | |
|   "main": "glx.js",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
 | |
|   "directories": {
 | |
|     "example": "examples"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "greenlock": "^2.3.0",
 | |
|     "le-challenge-fs": "^2.0.8",
 | |
|     "le-sni-auto": "^2.1.4",
 | |
|     "le-store-certbot": "^2.1.0",
 | |
|     "redirect-https": "^1.1.5"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "spdy": "^3.4.7"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "express": "^4.16.3",
 | |
|     "express-basic-auth": "^1.1.5",
 | |
|     "finalhandler": "^1.1.1",
 | |
|     "serve-index": "^1.9.1",
 | |
|     "serve-static": "^1.13.2"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "node examples/simple.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "acme",
 | |
|     "cloud",
 | |
|     "cluster",
 | |
|     "free",
 | |
|     "greenlock",
 | |
|     "https",
 | |
|     "le",
 | |
|     "letsencrypt",
 | |
|     "multi-core",
 | |
|     "node",
 | |
|     "node.js",
 | |
|     "scale",
 | |
|     "ssl",
 | |
|     "tls"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues"
 | |
|   }
 | |
| }
 |