aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/clubhouse/package.json
blob: ce49f1034b34a6dc001b1d7bd7cd44becb8b457f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "clubhouse",
  "name": "Clubhouse",
  "version": "1.0.1",
  "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
  }
}