forked from chaimPaneth/react-native-jw-media-player
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-jw-media-player",
"version": "0.1.48",
"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-native": "^0.40.0",
"react": "~15.4.0-rc.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-react-native": "^2.2.1",
"pre-commit": "^1.2.2"
}
}