aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ticktick/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:03 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:03 +0200
commitf0e0b592a038e31038bb008b483714ca5bb57b50 (patch)
treec098657786e1327196be34673464b126898db3f9 /recipes/ticktick/package.json
parentMerge pull request #310 from vraravam/yahoomail-recipe (diff)
downloadferdium-recipes-f0e0b592a038e31038bb008b483714ca5bb57b50.tar.gz
ferdium-recipes-f0e0b592a038e31038bb008b483714ca5bb57b50.tar.zst
ferdium-recipes-f0e0b592a038e31038bb008b483714ca5bb57b50.zip
Add TickTick
Diffstat (limited to 'recipes/ticktick/package.json')
-rw-r--r--recipes/ticktick/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/ticktick/package.json b/recipes/ticktick/package.json
new file mode 100644
index 0000000..3fa2690
--- /dev/null
+++ b/recipes/ticktick/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "TickTick",
3 "name": "TickTick",
4 "version": "1.1.0",
5 "description": "Integration of TickTick",
6 "main": "index.js",
7 "author": "Jonas Hilke <jonashilke@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.ticktick.com/#p/inbox/tasks"
11 }
12}