43 lines
856 B
JSON
43 lines
856 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|