forked from razorRun/react-native-vlc-media-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 KB
/
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
{
"name": "react-native-vlc-media-player",
"version": "1.0.63",
"description": "React native media player for video streaming and playing. Supports RTSP,RTMP and other protocols supported by VLC player",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vlc",
"player",
"android",
"ios",
"react-native",
"mp4",
"rtsp",
"media",
"video"
],
"author": "[email protected]",
"dependencies": {
"react-native-slider": "^0.11.0",
"react-native-vector-icons": "^9.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razorRun/react-native-vlc-media-player.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/razorRun/react-native-vlc-media-player/issues"
},
"homepage": "https://github.com/razorRun/react-native-vlc-media-player#readme",
"devDependencies": {
"@expo/config-plugins": "^7.2.2",
"@types/react": "~18.2.14"
},
"typings": "index.d.ts"
}