mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
39 lines
973 B
JSON
39 lines
973 B
JSON
{
|
|
"name": "react-native-mapbox-gl",
|
|
"description": "A Mapbox GL react native module for creating custom maps",
|
|
"version": "4.1.1",
|
|
"author": "Bobby Sudekum",
|
|
"keywords": [
|
|
"gl",
|
|
"ios",
|
|
"android",
|
|
"mapbox",
|
|
"react-component",
|
|
"react-native"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/mapbox/react-native-mapbox-gl/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mapbox/react-native-mapbox-gl"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "./scripts/download-mapbox-gl-native-ios.sh 3.2.0",
|
|
"test": "npm run lint",
|
|
"lint": "eslint --no-eslintrc -c .eslintrc index.ios.js index.android.js ios/example.js android/example.js"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^4.1.6",
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-strict-react": "^4.0.0",
|
|
"eslint-plugin-react": "^3.11.3"
|
|
},
|
|
"dependencies": {
|
|
"babel-eslint": "^4.1.6"
|
|
}
|
|
}
|