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