-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 992 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
{
"name": "boxcast-sdk-react-native",
"version": "0.2.4",
"description": "BoxCast components for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boxcast/boxcast-sdk-react-native.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"boxcast",
"hls",
"live-video",
"video",
"video-player",
"video-playback"
],
"author": "Mike Griffith",
"license": "MIT",
"bugs": {
"url": "https://github.com/boxcast/boxcast-sdk-react-native/issues"
},
"homepage": "https://github.com/boxcast/boxcast-sdk-react-native#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.71.1"
},
"dependencies": {
"boxcast-sdk-js": "^1.3.6",
"react-native-video": "^5.2.0"
}
}