UNPKG

react-native-jw-media-player

Version:

React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)

40 lines (39 loc) 915 B
{ "name": "react-native-jw-media-player", "version": "0.1.55", "description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)", "main": "index.js", "types": "./index.d.ts", "scripts": { "lint": "eslint index.js example/index.js example/src" }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/chaimPaneth/react-native-jw-media-player.git" }, "keywords": [ "react", "react-native", "jwplayer", "media", "player", "mediaplayer", "media-player", "jw", "android", "ios", "audio", "video", "sdk" ], "author": "chaimPaneth <chaim@chaimpaneth.com> (chaimpaneth.com)", "license": "MIT", "homepage": "https://github.com/chaimPaneth/react-native-jw-media-player#readme", "peerDependencies": { "react": "^16.13.1", "react-native": "^0.63.2" } }