-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
38 lines (38 loc) · 961 Bytes
/
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
{
"name": "react-native-rn-videoplayer",
"version": "2.2.12",
"description": "A customisable React Native video player for Android and IOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/A-ANing/react-native-rn-videoplayer.git"
},
"keywords": [
"react-native",
"react-native-video",
"videoplayer",
"video",
"player",
"gesture",
"control",
"volume",
"brightness",
"progress"
],
"author": {
"name": "A-ANing",
"email": "839650216@qq.com"
},
"license": "",
"homepage": "https://github.com/A-ANing/react-native-rn-videoplayer#readme",
"dependencies": {
"react-native-linear-gradient": "^2.5.6",
"react-native-orientation-locker": "^1.1.8",
"react-native-svg": "^12.1.1",
"react-native-system-setting": "^1.7.2",
"react-native-video": "^5.1.1"
}
}