45 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-cli",
 | |
|   "version": "2.3.0",
 | |
|   "description": "CLI for node-greenlock modeled after the official ACME client",
 | |
|   "main": "index.js",
 | |
|   "bin": {
 | |
|     "greenlock": "bin/greenlock.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://git.coolaj86.com/coolaj86/greenlock-cli.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "node",
 | |
|     "nodejs",
 | |
|     "acme",
 | |
|     "boulder",
 | |
|     "cli",
 | |
|     "letsencrypt",
 | |
|     "greenlock",
 | |
|     "le",
 | |
|     "ssl",
 | |
|     "https",
 | |
|     "tls",
 | |
|     "free"
 | |
|   ],
 | |
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-cli.js/issues"
 | |
|   },
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-cli.js",
 | |
|   "dependencies": {
 | |
|     "cli": "^1.0.1",
 | |
|     "greenlock": "^2.2.15",
 | |
|     "le-challenge-manual": "^2.1.0",
 | |
|     "le-challenge-standalone": "^2.1.0",
 | |
|     "le-store-certbot": "^2.1.0",
 | |
|     "mkdirp": "^0.5.1"
 | |
|   }
 | |
| }
 |