forked from itsnubix/react-native-video-controls
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 816 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
{
"name": "react-native-video-controls",
"version": "1.2.0",
"description": "A set of GUI controls for the react-native-video component",
"license": "MIT",
"main": "VideoPlayer.js",
"keywords": [
"react-native",
"react-native-video",
"react video controls",
"react video player"
],
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"author": "Nubix (https://github.com/itsnubix)",
"repository": {
"type": "git",
"url": "[email protected]:itsnubix/react-native-video-controls.git"
},
"dependencies": {
"lodash": "^4.16.4",
"react-native-orientation": "[email protected]:smalltownheroes/react-native-orientation.git",
"react-native-svg": "5.1.8",
"react-native-video": "2.0.0"
},
"peerDependencies": {
"react-native": "0.43.3"
}
}