-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
{
"name": "react-native-vxg-mobile-sdk",
"version": "0.0.5",
"description": "React Native VXG Mobile SDK",
"repository": {
"type": "git",
"url": "git+https://github.com/videoexpertsgroup/react-native-vxg-mobile-sdk.git"
},
"homepage": "https://videoexpertsgroup.com/react-native-vxg-mobile-sdk#readme",
"license": "Commertial",
"main": "src/index.js",
"dependencies": {
"react": "^16.6.3",
"prop-types": "^15.6.2",
"react-native": "^0.58.5"
},
"bundleDependecies": false,
"deprecated": false,
"author": {
"name": "VXG Inc."
},
"bugs": {
"url": "https://github.com/videoexpertsgroup/react-native-vxg-mobile-sdk/issues"
},
"keywords": [
"react-native",
"video",
"vxg",
"video-player",
"video-playback",
"rtsp",
"android",
"ios",
"media-player",
"playback-streams",
"player-sdk"
],
"peerDependencies": {
"react-native": "^0.52.0"
}
}