-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "react-native-rb-video-player",
"version": "1.0.1",
"dependencies": {
"react-native-keep-awake": "^4.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-orientation": "^3.1.0",
"react-native-slider": "https://github.com/abbasfreestyle/react-native-slider.git",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "21.2.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.8.3"
},
"description": "An updated, customisable React Native video player for Android and IOS based on AF-video-player from abbasfreestyle",
"homepage": "https://github.com/rbcorrea/react-native-rb-video-player#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"video",
"player",
"fullscreen"
],
"maintainers": [
{
"name": "rbcorrea",
"email": "[email protected]"
}
],
"license": "MIT",
"author": {
"name": "Rodrigo Correa",
"email": "[email protected]",
"url": "https://github.com/rbcorrea"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*",
"react-native-video": "*"
}
}