aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zenhub/package.json
blob: c9c6d1e8096b013b4c8d651da9b03bf6b887a122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "zenhub",
  "name": "ZenHub",
  "version": "0.1.1",
  "description": "ZenHub recipe",
  "main": "index.js",
  "author": "Fabio Kuhn <mordaroso@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/mordaroso/recipe-franz-zenhub",
  "config": {
    "hasTeamId": true,
    "serviceURL": "https://app.zenhub.com/workspace/o/{teamId}/boards",
    "urlInputSuffix": "Organization with repo name (eg. meetfranz/franz)"
  }
}