-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 912 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
39
40
{
"name": "react-native-google-vr-panorama",
"version": "1.1.2",
"description": "React Native component for the Google VR panorama widget.",
"keywords": [
"react",
"native",
"google",
"vr",
"panorama",
"360",
"photo",
"photosphere",
"streetview"
],
"main": "index.js",
"scripts": {},
"contributors": [
{
"name": "Marc Rooding",
"email": "mrooding@xebia.com"
},
{
"name": "Gert Hengeveld",
"email": "ghengeveld@xebia.com"
}
],
"license": "GPL",
"homepage": "https://github.com/XebiaStudio/react-native-google-vr-panorama#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/XebiaStudio/react-native-google-vr-panorama.git"
},
"bugs": {
"url": "https://github.com/XebiaStudio/react-native-google-vr-panorama/issues"
},
"devDependencies": {
"react-native": "^0.34.1"
}
}