Files

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2015-04-26 13:09:56 -07:00
{
2015-04-27 16:13:56 -07:00
"name": "react-native-mapbox-gl",
2015-05-04 09:08:15 -07:00
"description": "A Mapbox GL react native module for creating custom maps",
2017-02-07 03:06:45 -06:00
"version": "5.2.0",
"author": "Bobby Sudekum",
2015-04-27 16:13:56 -07:00
"keywords": [
"gl",
2015-04-27 16:13:56 -07:00
"ios",
2015-10-11 11:53:56 -07:00
"android",
2015-04-27 16:13:56 -07:00
"mapbox",
"react-component",
"react-native"
2015-05-07 18:19:04 -07:00
],
2015-07-01 11:07:56 -07:00
"licenses": [
{
"type": "BSD",
"url": "https://github.com/mapbox/react-native-mapbox-gl/blob/master/LICENSE.md"
}
],
2015-04-27 16:13:56 -07:00
"repository": {
"type": "git",
2015-07-01 08:31:43 -07:00
"url": "https://github.com/mapbox/react-native-mapbox-gl"
2015-04-27 16:13:56 -07:00
},
"scripts": {
"preinstall": "node ./scripts/download-mapbox-gl-native-ios-if-on-mac.js 3.3.1",
2016-01-11 14:27:27 -08:00
"test": "npm run lint",
2016-06-29 19:07:24 +03:00
"lint": "eslint --no-eslintrc -c .eslintrc index.js example.js"
},
"devDependencies": {
2016-07-22 16:12:56 -04:00
"babel-eslint": "^6.1.2",
"eslint": "^3.1.1",
"eslint-config-strict-react": "^8.0.1",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "1.1.0"
2016-01-11 14:27:27 -08:00
},
"dependencies": {
2016-07-22 16:12:56 -04:00
"babel-eslint": "^6.1.2",
2016-06-21 17:10:40 +03:00
"lodash": "^4.13.1"
2017-02-07 03:06:45 -06:00
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
}
2015-04-26 13:09:56 -07:00
}