mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
29 lines
607 B
JSON
29 lines
607 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": "Jude Ojini <judoc96@gmail.com>",
|
|
"contributors": [
|
|
"Jude Ojini <judoc96@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.25.0"
|
|
}
|
|
}
|