aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/package.json
blob: dcb5508d3d34a9ca75766df6fc39b21e25f70d0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "nextcloud-talk",
  "name": "Nextcloud Talk",
  "version": "1.0.2",
  "description": "Nextcloud Talk",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true,
    "serviceURL": "https://{nextcloud}/apps/spreed/"
  }
}