aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/package.json
blob: a988ebb2413713ef7e7d65e9c9f93bb490cc8daf (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.2",
  "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
  }
}