aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/package.json
blob: 98e98b8218cc92700cff8c8545b5fd40a0d39b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "jira",
  "name": "Jira",
  "version": "1.2.1",
  "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",
    "hasHostedOption": true,
    "hasTeamId": true,
    "hasCustomUrl": true,
    "hasNotificationSound": true
  }
}