aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/package.json
blob: 77adaa761141dc47943c6bdd04fb4ac52a0d6763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "jira",
  "name": "Jira",
  "version": "1.2.0",
  "description": "Jira",
  "main": "index.js",
  "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.atlassian.net",
    "urlInputSuffix": ".atlassian.net",
    "hasTeamId": true,
    "hasCustomUrl": true,
    "hasNotificationSound": true
  }
}