-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.59 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-video-mk",
"version": "1.0.14",
"description": "视频播放",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/90Mark/react-native-video-mk.git"
},
"keywords": [
"react-native",
"video",
"ios",
"android",
"rn"
],
"author": "90Mark",
"license": "ISC",
"bugs": {
"url": "https://github.com/90Mark/react-native-video-mk/issues"
},
"homepage": "https://github.com/90Mark/react-native-video-mk#readme",
"devDependencies": {
"@react-native-community/eslint-config": "0.0.7",
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-native": "^0.61.5"
},
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9",
"react-native-orientation-mk": "^1.0.3"
},
"contributors": [
{
"name": "Isaiah Grey",
"email": "[email protected]"
},
{
"name": "Johannes Lumpe",
"email": "[email protected]"
},
{
"name": "Baris Sencan",
"email": "[email protected]"
},
{
"name": "Hampton Maxwell",
"email": "[email protected]"
}
],
"files": [
"android-exoplayer",
"android",
"dom",
"ios",
"windows",
"FilterType.js",
"TextTrackType.js",
"VideoResizeMode.js",
"Video.js",
"ReactNativeVideo",
"react-native-video-mk.podspec",
"readmeRes"
]
}