react-native-streetview
Version:
Google Panorama/StreetView component for React Native
47 lines (46 loc) • 992 B
JSON
{
"name": "react-native-streetview",
"version": "0.4.4",
"homepage": "https://github.com/nesterapp/react-native-streetview",
"description": "Google Panorama/StreetView component for React Native",
"author": "Amit Palomo <apalgm@gmail.com>",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/nesterapp/react-native-streetview"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"map",
"streetview",
"panorama",
"google-streetview",
"google-maps",
"mapkit",
"gms",
"gms-services"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"files": [
"index.js",
"js/",
"android/src",
"android/build.gradle",
"ios/NSTStreetView.xcodeproj/project.pbxproj",
"ios/NSTStreetView.h",
"ios/NSTStreetView.m",
"ios/NSTStreetViewManager.m",
"react-native-streetview.podspec",
"README.md",
"LICENSE"
]
}