aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/planitpoker/package.json
diff options
context:
space:
mode:
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}