aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pipefy/package.json
diff options
context:
space:
mode:
authorLibravatar Tania R. Zúñiga <taniazuniga.mx@gmail.com>2021-09-15 00:07:55 -0500
committerLibravatar GitHub <noreply@github.com>2021-09-15 10:37:55 +0530
commit50f93e4a5cc7c80d47bf85cd40de436aa3eb9619 (patch)
tree174f01d3b6041202b185bf10898138d2170abdd4 /recipes/pipefy/package.json
parentAdded a check to verify that the folder name of the recipe matches the recipe... (diff)
downloadferdium-recipes-50f93e4a5cc7c80d47bf85cd40de436aa3eb9619.tar.gz
ferdium-recipes-50f93e4a5cc7c80d47bf85cd40de436aa3eb9619.tar.zst
ferdium-recipes-50f93e4a5cc7c80d47bf85cd40de436aa3eb9619.zip
🚀 Add Pipefy Recipe (#711)
Diffstat (limited to 'recipes/pipefy/package.json')
-rw-r--r--recipes/pipefy/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/pipefy/package.json b/recipes/pipefy/package.json
new file mode 100644
index 0000000..42cb92b
--- /dev/null
+++ b/recipes/pipefy/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "pipefy",
3 "name": "Pipefy",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.pipefy.com/",
8 "hasCustomUrl": true,
9 "hasHostedOption": true,
10 "hasIndirectMessages": true
11 }
12}