aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/anydo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/anydo/package.json')
-rw-r--r--recipes/anydo/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/anydo/package.json b/recipes/anydo/package.json
new file mode 100644
index 0000000..1a7bebd
--- /dev/null
+++ b/recipes/anydo/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "anydo",
3 "name": "Any.do",
4 "version": "1.0.1",
5 "description": "Any.do plugin for Franz 5",
6 "main": "index.js",
7 "author": "Tom Chapman <thomas_chapman84@hotmail.com> and The Ferdi Team <hello@getferdi.com>",
8 "license": "MIT",
9 "repository": "https://github.com/chappy84/recipe-anydo",
10 "config": {
11 "serviceURL": "https://desktop.any.do/"
12 }
13}