react-native-maps
Version:
React Native Mapview component for iOS + Android
32 lines (31 loc) • 657 B
JSON
{
"name": "react-native-maps",
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"version": "0.7.1",
"scripts": {
"start": "react-native start"
},
"repository": {
"type": "git",
"url": "https://github.com/lelandrichardson/react-native-maps"
},
"keywords": [
"react",
"react-native",
"react-component",
"map",
"mapview",
"google-maps",
"mapkit"
],
"dependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "15.2.0",
"react-native": "0.29.0"
}
}