aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hey/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 17:38:08 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 12:08:08 +0000
commit2ce7cb8f6dfc20a634ac639fc08fc3bc3048c79b (patch)
tree7cdb72095d6df2d3c0f584da2e7925e41cc961e0 /recipes/hey/package.json
parentNew recipe: 'freshdesk' (#700) (diff)
downloadferdium-recipes-2ce7cb8f6dfc20a634ac639fc08fc3bc3048c79b.tar.gz
ferdium-recipes-2ce7cb8f6dfc20a634ac639fc08fc3bc3048c79b.tar.zst
ferdium-recipes-2ce7cb8f6dfc20a634ac639fc08fc3bc3048c79b.zip
New recipe: 'hey' (#701)
Diffstat (limited to 'recipes/hey/package.json')
-rw-r--r--recipes/hey/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/hey/package.json b/recipes/hey/package.json
new file mode 100644
index 0000000..02b1334
--- /dev/null
+++ b/recipes/hey/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "hey",
3 "name": "Hey",
4 "version": "1.0.0",
5 "repository": "https://github.com/cpwood/recipe-hey",
6 "config": {
7 "serviceURL": "https://app.hey.com",
8 "hasIndirectMessages": true
9 }
10}