Files
react-native-mapbox-gl/package.json
T
2015-06-04 08:28:22 -07:00

27 lines
633 B
JSON

{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "0.1.4",
"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"
}