aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jitsi/package.json
blob: 1b23095a6ef7a270690dc1dea281f5b161dc10b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "jitsi",
  "name": "Jitsi Meet",
  "version": "1.0.5",
  "description": "Jitsi Meet",
  "main": "index.js",
  "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/sampathBlam/ferdi-jitsi",
  "config": {
    "serviceURL": "https://meet.jit.si/",
    "hasHostedOption": true,
    "hasCustomUrl": true,
    "message": "For the public instance, use https://meet.jit.si/ for the Custom server"
  }
}