Files
oneuptime/fyipe-gl-manager/package.json

29 lines
599 B
JSON

{
"name": "fyipe-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",
"fyipe"
],
"author": "Jude Ojini <judoc96@gmail.com>",
"contributors": [
"Jude Ojini <judoc96@gmail.com>"
],
"license": "MIT",
"dependencies": {
"axios": "^0.24.0"
}
}