Files
oneuptime/fyipe-gl-manager/package.json
Nawaz Dhandala 88b234f903 change authors
2022-01-24 19:50:37 +00:00

29 lines
613 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": "HackerBay, Inc. <hello@hackerbay.io>",
"contributors": [
"HackerBay, Inc. <hello@hackerbay.io>"
],
"license": "MIT",
"dependencies": {
"axios": "^0.24.0"
}
}