aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/todoist/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/todoist/package.json')
-rw-r--r--recipes/todoist/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/todoist/package.json b/recipes/todoist/package.json
new file mode 100644
index 0000000..4cf557a
--- /dev/null
+++ b/recipes/todoist/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "todoist",
3 "name": "Todoist",
4 "version": "1.1.0",
5 "description": "todoist plugin for Franz 5",
6 "main": "index.js",
7 "author": "Alex Ward <alex@alexward.me.uk>, Mike Burke <mburke@dmwtechnology.com>",
8 "license": "MIT",
9 "repository": "https://github.com/meetfranz/recipe-todoist",
10 "config": {
11 "serviceURL": "https://todoist.com/app",
12 "hasIndirectMessages": true
13 }
14}