Files
react-native-mapbox-gl/package.json
T
2015-04-28 10:38:09 -07:00

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"
}