-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 818 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 818 Bytes
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
{
"name": "react-mapbox-gl-language",
"version": "1.0.0",
"description": "Switch language of your Mapbox GL JS style with React.",
"main": "lib/index.js",
"repository": "https://github.com/sergei-zelinsky/react-mapbox-gl-language",
"author": "Sergei Zelinsky",
"license": "MIT",
"files": [
"lib/",
"*.md",
"*.lock"
],
"scripts": {
"build": "babel src --out-dir lib"
},
"peerDependencies": {
"@mapbox/mapbox-gl-language": "^0.9.0",
"mapbox-gl": "^0.39.1",
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"devDependencies": {
"@mapbox/mapbox-gl-language": "^0.9.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"mapbox-gl": "^0.39.1",
"prop-types": "^15.5.10",
"react": "^15.6.1"
}
}