-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
40 lines (40 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}