mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"name": "react-native-mapbox-gl",
|
|
"version": "0.0.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.2.16"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.4.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bsudekum/react-native-mapbox-gl"
|
|
},
|
|
"author": "Bobby Sudekum"
|
|
}
|