aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
blob: 95d4e1c9c430a9b0da27be41bcbcdef5324a0f3f (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.3",
    "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
    }
  }