aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/planitpoker/package.json
diff options
context:
space:
mode:
authorLibravatar Emanuel Fonseca <emdfonseca@gmail.com>2023-04-07 21:43:54 +0100
committerLibravatar GitHub <noreply@github.com>2023-04-07 21:43:54 +0100
commit83f3374b8f647d942d3fabfa3c84349e987c32fe (patch)
tree91561a9c8261a2f578a5e26a02db8b640960f193 /recipes/planitpoker/package.json
parentadd emdfonseca as a contributor for code (#332) [skip ci] (diff)
downloadferdium-recipes-83f3374b8f647d942d3fabfa3c84349e987c32fe.tar.gz
ferdium-recipes-83f3374b8f647d942d3fabfa3c84349e987c32fe.tar.zst
ferdium-recipes-83f3374b8f647d942d3fabfa3c84349e987c32fe.zip
Add PlanITPoker recipe (#327)
Diffstat (limited to 'recipes/planitpoker/package.json')
-rw-r--r--recipes/planitpoker/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/planitpoker/package.json b/recipes/planitpoker/package.json
new file mode 100644
index 0000000..1b371e4
--- /dev/null
+++ b/recipes/planitpoker/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "planitpoker",
3 "name": "PlanITPoker",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.planitpoker.com/board/#/room/{teamId}",
8 "urlInputPrefix": "planitpoker.com/board/#/room/",
9 "hasTeamId": true
10 }
11}