{ "name": "greenlock-manager-test", "version": "3.1.1", "description": "A simple test suite for Greenlock manager plugins.", "main": "tester.js", "scripts": { "test": "node tests" }, "bin": { "greenlock-manager-init": "bin/init.js" }, "files": [ "*.js", "bin", "lib" ], "repository": { "type": "git", "url": "https://git.rootprojects.org/root/greenlock-manager-test.js" }, "keywords": [ "Greenlock", "manager", "plugin" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": { "@root/request": "^1.4.1", "greenlock-manager-fs": "^3.0.0" } }