mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
38 lines
932 B
JSON
38 lines
932 B
JSON
{
|
|
"name": "react-native-mapbox-gl",
|
|
"description": "A Mapbox GL react native module for creating custom maps",
|
|
"version": "0.4.0",
|
|
"author": "Bobby Sudekum",
|
|
"keywords": [
|
|
"gl",
|
|
"ios",
|
|
"mapbox",
|
|
"react-component",
|
|
"react-native"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/mapbox/react-native-mapbox-gl/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"main": "RCTMapboxGL.ios.js",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.4.3 <0.9.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mapbox/react-native-mapbox-gl"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "./scripts/download-mapbox-gl-native-ios.sh 0.5.1",
|
|
"test": "eslint example.js RCTMapboxGL.ios.js",
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^3.1.20",
|
|
"eslint": "^0.24.0",
|
|
"eslint-plugin-react": "^2.6.4"
|
|
}
|
|
}
|