aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clubhouse/package.json
blob: 85b8ecf378760159c7445946005cbb2bcd3c33ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "clubhouse",
  "name": "Clubhouse",
  "version": "1.0.2",
  "description": "Project Management for Software Teams",
  "main": "index.js",
  "author": "Daniele Lenares <daniele.lenares@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/dnlnrs/ferdi-recipe-clubhouse",
  "config": {
    "serviceURL": "https://app.clubhouse.io/{teamId}/dashboard",
    "hasTeamId": true
  }
}