aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlecalendar/package.json')
-rw-r--r--recipes/googlecalendar/package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index 45c6e11..82704fc 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,16 +1,11 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "2.0.0", 4 "version": "2.0.1",
5 "description": "Google Calendar",
6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://calendar.google.com/calendar", 7 "serviceURL": "https://calendar.google.com/calendar",
11 "hasCustomUrl": true, 8 "hasCustomUrl": true,
12 "hasNotificationSound": true, 9 "hasNotificationSound": true
13 "hasDirectMessages": true,
14 "openDevTools": true
15 } 10 }
16} 11}