aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/producthunt/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 08:46:35 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 03:16:35 +0000
commit6b9c3196193df37fa8fe25005aded6e01e61a07c (patch)
treeaae26f3b9baaa3d709eafae12af895bb9655a8d0 /recipes/producthunt/package.json
parentNew recipe: 'dingtalk' (fixes #416) (#686) (diff)
downloadferdium-recipes-6b9c3196193df37fa8fe25005aded6e01e61a07c.tar.gz
ferdium-recipes-6b9c3196193df37fa8fe25005aded6e01e61a07c.tar.zst
ferdium-recipes-6b9c3196193df37fa8fe25005aded6e01e61a07c.zip
New recipe: 'producthunt' (#687)
Diffstat (limited to 'recipes/producthunt/package.json')
-rw-r--r--recipes/producthunt/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/producthunt/package.json b/recipes/producthunt/package.json
new file mode 100644
index 0000000..293f110
--- /dev/null
+++ b/recipes/producthunt/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "producthunt",
3 "name": "Product Hunt",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/alexdevero/franz-producthunt-recipe",
7 "config": {
8 "serviceURL": "https://www.producthunt.com/",
9 "hasIndirectMessages": true
10 }
11}