UNPKG

457 BJSONView Raw
1{
2 "name": "ol",
3 "version": "4.3.2",
4 "description": "OpenLayers as ES2015 modules",
5 "main": "index.js",
6 "module": "index.js",
7 "license": "BSD-2-Clause",
8 "dependencies": {
9 "pbf": "3.0.5",
10 "pixelworks": "1.1.0",
11 "rbush": "2.0.1",
12 "@mapbox/vector-tile": "1.3.0"
13 },
14 "browserify": {
15 "transform": [
16 [
17 "babelify",
18 {
19 "plugins": ["transform-es2015-modules-commonjs"]
20 }
21 ]
22 ]
23 }
24}