aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
blob: 29d47245004214a3018acb07176ee90d67baf17c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "googlecalendar",
  "name": "Google Calendar",
  "version": "1.0.4",
  "description": "Google Calendar",
  "main": "index.js",
  "author": "Rico Herwig <rherwig4711@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://calendar.google.com/calendar",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "openDevTools": true
  }
}