aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/package.json
blob: 7ca5d890c9d2e70f0b6fe62dac0747e369fbb6b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nextcloud",
  "name": "Nextcloud",
  "version": "1.0.1",
  "description": "Ferdi recipe for Nextcloud. Nextcloud is a safe home for all your data – community-driven, free & open source.",
  "main": "index.js",
  "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>",
  "license": "MIT",
  "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true,
    "serviceURL": "https://{nextcloud}/"
  }
}