UNPKG

react-native-maps

Version:

React Native Mapview component for iOS + Android

43 lines (42 loc) 967 B
{ "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.12.5", "scripts": { "start": "react-native start", "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/airbnb/react-native-maps" }, "keywords": [ "react", "react-native", "react-component", "map", "mapview", "google-maps", "mapkit" ], "peerDependencies": { "react": ">=15.3.1", "react-native": ">=0.35" }, "devDependencies": { "babel-eslint": "^6.1.2", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.1.0", "eslint-plugin-prefer-object-spread": "^1.1.0", "eslint-plugin-react": "^6.1.2" }, "rnpm": { "android": { "sourceDir": "./android" } } }