-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "react-native-af-video-player",
"version": "0.2.1",
"dependencies": {
"react-native-keep-awake": "^2.0.6",
"react-native-linear-gradient": "2.3.0",
"react-native-orientation": "^3.1.0",
"react-native-slider": "https://github.com/abbasfreestyle/react-native-slider.git",
"react-native-vector-icons": "^4.4.2",
"react-native-video": "^2.0.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.0.0-beta.5"
},
"description": "A customisable React Native video player for Android and IOS",
"homepage": "https://github.com/abbasfreestyle/react-native-af-video-player#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"video",
"player",
"fullscreen"
],
"maintainers": [
{
"name": "abbasfreestyle",
"email": "[email protected]"
}
],
"license": "MIT",
"author": {
"name": "Abbas Farid",
"email": "[email protected]",
"url": "https://github.com/abbasfreestyle"
}
}