mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "react-native-mapbox-gl",
|
|
"description": "A Mapbox GL react native module for creating custom maps",
|
|
"version": "0.2.1",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"mapbox",
|
|
"gl"
|
|
],
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh",
|
|
"preinstall": "./scripts/download-mapbox-gl-native-ios.sh 0.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.4.3"
|
|
},
|
|
"main": "RCTMapboxGL.ios.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bsudekum/react-native-mapbox-gl"
|
|
},
|
|
"author": "Bobby Sudekum"
|
|
}
|