forked from rbcorrea/react-native-rb-video-player
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "clwy-react-native-video-player",
"version": "1.2.4",
"dependencies": {
"react-native-linear-gradient": "^2.6.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "28.1.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "4.0.1",
"jest": "28.1.3",
"react-test-renderer": "18.2.0"
},
"description": "An updated, customisable React Native video player for Android and IOS based on AF-video-player from abbasfreestyle",
"homepage": "https://github.com/clwy-cn/clwy-react-native-video-player",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"video",
"player",
"fullscreen"
],
"maintainers": [
{
"name": "Liu Dong",
"email": "[email protected]"
}
],
"license": "MIT",
"author": {
"name": "Liu Dong",
"email": "[email protected]",
"url": "https://github.com/clwy-cn"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*",
"react-native-video": "*"
}
}