UNPKG

react-native-vlc-media-player

Version:

React native media player for video streaming and playing. Supports RTSP,RTMP and other protocols supported by VLC player

40 lines (39 loc) 1.03 kB
{ "name": "react-native-vlc-media-player", "version": "1.0.82", "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": "rmilinda@gmail.com", "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" }