forked from skrafft/react-native-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 776 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "react-native-jitsi-meet",
"description": "Jitsi Meet SDK wrapper for React Native.",
"version": "3.1.0",
"author": {
"name": "Sébastien Krafft",
"email": "[email protected]"
},
"contributors": [
],
"homepage": "https://github.com/keremoge/react-native-jitsi-meet",
"bugs": {
"url": "https://github.com/keremoge/react-native-jitsi-meet/issues"
},
"dependencies": {
},
"keywords": [
"jitsi",
"jitsi meet",
"video",
"chat",
"call",
"voice",
"native",
"react",
"react-native",
"react-native-component"
],
"license": "Apache-2.0",
"main": "index",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/keremoge/react-native-jitsi-meet.git"
}
}