UNPKG

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