mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
30 lines
643 B
JSON
30 lines
643 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": "HackerBay, Inc. <hello@hackerbay.io>",
|
|
"contributors": [
|
|
"HackerBay, Inc. <hello@hackerbay.io>"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^0.26.1"
|
|
}
|
|
}
|