2019-11-05 04:28:49 +00:00
|
|
|
{
|
|
|
|
"name": "@greenlock/manager",
|
2019-11-30 20:52:55 +00:00
|
|
|
"version": "3.1.0",
|
2019-11-05 04:28:49 +00:00
|
|
|
"description": "FileSytem-based Manager with optional encrypted Cloud backup for Greenlock SSL",
|
|
|
|
"main": "manager.js",
|
2019-11-05 04:29:57 +00:00
|
|
|
"files": [
|
|
|
|
"*.js",
|
|
|
|
"lib"
|
|
|
|
],
|
2019-11-05 04:28:49 +00:00
|
|
|
"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": {
|
2019-11-30 20:52:55 +00:00
|
|
|
"greenlock-manager-fs": "^3.1.0"
|
2019-11-05 04:28:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"greenlock-manager-test": "^3.1.1"
|
|
|
|
}
|
|
|
|
}
|