33 lines
		
	
	
		
			699 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			699 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-hapi",
 | |
|   "version": "2.0.0",
 | |
|   "description": "Free SSL and Automatic HTTPS for node.js with hapi and other middleware systems via ACME (Let's Encrypt)",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git@git.daplie.com:Daplie/greenlock-hapi.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "hapi",
 | |
|     "acme",
 | |
|     "cloud",
 | |
|     "cluster",
 | |
|     "free",
 | |
|     "greenlock",
 | |
|     "https",
 | |
|     "le",
 | |
|     "letsencrypt",
 | |
|     "multi-core",
 | |
|     "node",
 | |
|     "node.js",
 | |
|     "scale",
 | |
|     "ssl",
 | |
|     "tls"
 | |
|   ],
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |