aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-calendar/package.json
blob: ee236557c2db341bd36cda4104a91de42aafa3d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nextcloud-calendar",
  "name": "Nextcloud Calendar",
  "version": "1.0.0",
  "description": "Ferdi recipe for Nextcloud Calendar.",
  "main": "index.js",
  "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>",
  "license": "MIT",
  "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud-calendar",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true,
    "serviceURL": "https://{nextcloud}/apps/calendar/"
  }
}