react-native-jw-media-player
Version:
React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)
41 lines (40 loc) • 945 B
JSON
{
"name": "react-native-jw-media-player",
"version": "0.2.46",
"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",
"devDependencies": {
"react": ">= 18.2.0",
"react-native": ">= 0.72.5",
"lodash": ">= 4.17.21"
}
}