-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1009 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "react-native-gruveo",
"description": "Gruveo SDK for React Native.",
"version": "1.1.1",
"author": {
"name": "Umar Nizamani",
"email": "[email protected]"
},
"contributors": [
"Ruben Weijers",
"Muhammad Yusuf"
],
"homepage": "https://github.com/senseobservationsystems/react-native-gruveo",
"bugs": {
"url": "https://github.com/senseobservationsystems/react-native-gruveo/issues"
},
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.10"
},
"typings": "index.d.ts",
"keywords": [
"gruveo",
"video",
"chat",
"call",
"voice",
"native",
"react",
"react-native",
"react-native-component"
],
"license": "MIT",
"main": "index.js",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/senseobservationsystems/react-native-gruveo.git"
},
"files": [
"ios",
"android",
"index.js",
"index.d.ts",
"react-native-gruveo.podspec"
]
}