-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 843 Bytes
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
{
"name": "react-native-vplayer",
"version": "0.0.1",
"description": "Beautiful video player for react-native ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"video",
"player"
],
"author": "Waqqas Jabbar",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1",
"react-native-animatable": "^1.3.2",
"react-native-image-cache-wrapper": "^1.0.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-silent-switch": "^0.1.0",
"react-native-video": "^5.0.0",
"react-native-volume-control": "^1.0.1"
},
"dependencies": {
"lodash": "^4.17.15",
"styled-components": "^4.3.2"
},
"devDependencies": {
"patch-package": "^6.1.2"
}
}