aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlecalendar/package.json
blob: 3a5a17b04759103ed8f2c5b0a23d0519915af89a (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.2",
    "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
    }
  }