Files
react-native-mapbox-gl/package.json
T

40 lines
954 B
JSON

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