mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
23 lines
494 B
JSON
23 lines
494 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": "HackerBay, Inc. <hello@hackerbay.io>",
|
|
"contributors": [
|
|
"HackerBay, Inc. <hello@hackerbay.io>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.24.0"
|
|
}
|
|
}
|