aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/clubhouse/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:58 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:58 +0200
commitd927902163200b9ab30f27a9d7919abf0811c727 (patch)
tree237c8b657811d30f014aca8b414319d5eef17e74 /uncompressed/clubhouse/package.json
parentAdd create script (diff)
parentMerge pull request #153 from dnlnrs/master (diff)
downloadferdium-recipes-d927902163200b9ab30f27a9d7919abf0811c727.tar.gz
ferdium-recipes-d927902163200b9ab30f27a9d7919abf0811c727.tar.zst
ferdium-recipes-d927902163200b9ab30f27a9d7919abf0811c727.zip
Merge branch 'master' of https://github.com/getferdi/recipes
Diffstat (limited to 'uncompressed/clubhouse/package.json')
-rw-r--r--uncompressed/clubhouse/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/uncompressed/clubhouse/package.json b/uncompressed/clubhouse/package.json
new file mode 100644
index 0000000..ce49f10
--- /dev/null
+++ b/uncompressed/clubhouse/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "clubhouse",
3 "name": "Clubhouse",
4 "version": "1.0.1",
5 "description": "Project Management for Software Teams",
6 "main": "index.js",
7 "author": "Daniele Lenares <daniele.lenares@gmail.com>",
8 "license": "MIT",
9 "repository": "https://github.com/dnlnrs/ferdi-recipe-clubhouse",
10 "config": {
11 "serviceURL": "https://app.clubhouse.io/{teamId}/dashboard",
12 "hasTeamId": true
13 }
14}