{ "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 (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": { "greenlock-manager-fs": "^3.1.0" }, "devDependencies": { "greenlock-manager-test": "^3.1.1" } }