aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jira/package.json')
-rw-r--r--recipes/jira/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/jira/package.json b/recipes/jira/package.json
new file mode 100644
index 0000000..77adaa7
--- /dev/null
+++ b/recipes/jira/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "jira",
3 "name": "Jira",
4 "version": "1.2.0",
5 "description": "Jira",
6 "main": "index.js",
7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.atlassian.net",
11 "urlInputSuffix": ".atlassian.net",
12 "hasTeamId": true,
13 "hasCustomUrl": true,
14 "hasNotificationSound": true
15 }
16}