forked from nitaliano/react-native-mapbox-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "5.1.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": "node ./scripts/download-mapbox-gl-native-ios-if-on-mac.js 3.3.1",
"test": "npm run lint",
"lint": "eslint --no-eslintrc -c .eslintrc index.js example.js"
},
"devDependencies": {
"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"
},
"dependencies": {
"babel-eslint": "^6.1.2",
"lodash": "^4.13.1"
}
}