-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 871 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
34
{
"name": "react-native-video360plugin",
"title": "React Native Video360 plugin",
"version": "1.0.6",
"description": "A react native module to play 360 videos, using the SGPlayer for iOS, and Google VR for Android",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/davichoso/react-native-video360.git",
"baseUrl": "https://github.com/davichoso/react-native-video360"
},
"keywords": [
"react-native",
"video 360 player",
"360 video",
"video 3d",
"plugin",
"video360"
],
"author": {
"name": "David Ovando",
"email": "davichoso@gmail.com"
},
"license": "MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}