aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/clubhouse/package.json
diff options
context:
space:
mode:
authorLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-05-06 21:49:41 +0530
committerLibravatar GitHub <noreply@github.com>2020-05-06 21:49:41 +0530
commit9c2e17b38d797df86f1be004a49397135fc6b499 (patch)
treee5f2437522067cae618c621a60bd60441f0deabc /uncompressed/clubhouse/package.json
parent#130 Repackage archives on macOS (diff)
parentBump Clubhouse to 1.0.1 (diff)
downloadferdium-recipes-9c2e17b38d797df86f1be004a49397135fc6b499.tar.gz
ferdium-recipes-9c2e17b38d797df86f1be004a49397135fc6b499.tar.zst
ferdium-recipes-9c2e17b38d797df86f1be004a49397135fc6b499.zip
Merge pull request #153 from dnlnrs/master
Thanks @dnlnrs for your contribution. Looks good to me.
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}