aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/onmail/package.json
diff options
context:
space:
mode:
authorLibravatar Edmundo Sanchez <zomundo@gmail.com>2022-09-13 01:40:26 -0500
committerLibravatar GitHub <noreply@github.com>2022-09-13 06:40:26 +0000
commita7674ffb0f3f1c38adddfcdcefbe0851bcf25acb (patch)
tree23824c74af0696124c05cae8e0c8fa247bec8a2d /recipes/onmail/package.json
parentUpgrade 'nodejs' to '16.17.0' (diff)
downloadferdium-recipes-a7674ffb0f3f1c38adddfcdcefbe0851bcf25acb.tar.gz
ferdium-recipes-a7674ffb0f3f1c38adddfcdcefbe0851bcf25acb.tar.zst
ferdium-recipes-a7674ffb0f3f1c38adddfcdcefbe0851bcf25acb.zip
Add service OnMail (#174)
Diffstat (limited to 'recipes/onmail/package.json')
-rw-r--r--recipes/onmail/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/onmail/package.json b/recipes/onmail/package.json
new file mode 100644
index 0000000..70b7e11
--- /dev/null
+++ b/recipes/onmail/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "onmail",
3 "name": "onMail",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://mail.onmail.com"
8 }
9}