aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/jira/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-28 09:54:31 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-28 09:54:31 +0100
commit006f850d0edc87c7d96055b3466838b49bb0b430 (patch)
treef41644b276b5fc269c50ab85e63abdae3156953f /uncompressed/jira/package.json
parent#15 Fix Mastodon logo (diff)
downloadferdium-recipes-006f850d0edc87c7d96055b3466838b49bb0b430.tar.gz
ferdium-recipes-006f850d0edc87c7d96055b3466838b49bb0b430.tar.zst
ferdium-recipes-006f850d0edc87c7d96055b3466838b49bb0b430.zip
Add Jira
Diffstat (limited to 'uncompressed/jira/package.json')
-rw-r--r--uncompressed/jira/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/uncompressed/jira/package.json b/uncompressed/jira/package.json
new file mode 100644
index 0000000..be90dbb
--- /dev/null
+++ b/uncompressed/jira/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "jira",
3 "name": "Jira",
4 "version": "1.0.1",
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 "hasNotificationSound": true
14 }
15}