aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jitsi/package.json
blob: fe061ed579d9cc94504d3ff2a1c11cd430408948 (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.4",
  "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"
  }
}