35 lines
		
	
	
		
			805 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			805 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "@greenlock/manager",
 | |
|     "version": "3.1.0",
 | |
|     "description": "FileSytem-based Manager with optional encrypted Cloud backup for Greenlock SSL",
 | |
|     "main": "manager.js",
 | |
|     "files": [
 | |
|         "*.js",
 | |
|         "lib"
 | |
|     ],
 | |
|     "scripts": {
 | |
|         "test": "node tests"
 | |
|     },
 | |
|     "repository": {
 | |
|         "type": "git",
 | |
|         "url": "https://git.rootprojects.org/root/greenlock-manager.js.git"
 | |
|     },
 | |
|     "keywords": [
 | |
|         "greenlock",
 | |
|         "manager",
 | |
|         "cloud",
 | |
|         "fs",
 | |
|         "ssl",
 | |
|         "file",
 | |
|         "system"
 | |
|     ],
 | |
|     "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|     "license": "MPL-2.0",
 | |
|     "dependencies": {
 | |
|         "greenlock-manager-fs": "^3.1.0"
 | |
|     },
 | |
|     "devDependencies": {
 | |
|         "greenlock-manager-test": "^3.1.1"
 | |
|     }
 | |
| }
 |