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