aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sendtask/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sendtask/package.json')
-rw-r--r--recipes/sendtask/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sendtask/package.json b/recipes/sendtask/package.json
new file mode 100644
index 0000000..f9d2d29
--- /dev/null
+++ b/recipes/sendtask/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "sendtask",
3 "name": "Sendtask",
4 "version": "1.0.2",
5 "description": "Sendtask",
6 "main": "index.js",
7 "author": "Patrick Daniel",
8 "repository": "https://github.com/patrickdaniel/sendtask-franz",
9 "license": "MIT",
10 "config": {
11 "serviceURL": "https://app.sendtask.io/",
12 "hasNotificationSound": true,
13 "hasIndirectMessages": true
14 }
15}