oneuptime/GlManager/package.json
2022-08-19 20:47:56 +01:00

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"
}
}