mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"name": "oneuptime-gl-manager",
|
|
"version": "3.0.0",
|
|
"description": "FileSytem-based Manager with optional encrypted Cloud backup for Greenlock SSL",
|
|
"main": "manager.js",
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node tests"
|
|
},
|
|
"keywords": [
|
|
"greenlock",
|
|
"manager",
|
|
"cloud",
|
|
"fs",
|
|
"ssl",
|
|
"oneuptime"
|
|
],
|
|
"author": "OneUptime Limited. <hello@oneuptime.com>",
|
|
"contributors": [
|
|
"OneUptime Limited. <hello@oneuptime.com>"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^0.26.1"
|
|
}
|
|
}
|