mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "fyipe-le-store",
|
|
"version": "3.0.0",
|
|
"description": "Greenlock store module ported for FYIPE",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"le-store",
|
|
"greenlock",
|
|
"letsencrypt",
|
|
"mongodb",
|
|
"mongo",
|
|
"fyipe"
|
|
],
|
|
"author": "Jude Ojini <judoc96@gmail.com>",
|
|
"contributors": [
|
|
"Jude Ojini <judoc96@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.24.0"
|
|
}
|
|
}
|