UNPKG

react-player-cu

Version:

A React component for playing a hls and mp4 videos. It is a fork of Pete Cook's <pete@cookpete.com> (http://github.com/cookpete) react-player.

43 lines (42 loc) 856 B
{ "name": "react-player", "description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", "main": "dist/ReactPlayer.js", "authors": [ "Pete Cook <pete@cookpete.com> (http://github.com/cookpete)" ], "license": "MIT", "keywords": [ "react", "media", "player", "video", "audio", "youtube", "facebook", "twitch", "soundcloud", "streamable", "vimeo", "wistia", "dailymotion", "hls", "dash", "react-component" ], "homepage": "https://github.com/CookPete/react-player", "moduleType": [ "globals" ], "ignore": [ "*", "!dist/*", "!package.json", "!CHANGELOG.md", "!README.md", "!LICENSE.md" ], "dependencies": { "react": "*" } }