diff --git a/src/ol/package.json b/src/ol/package.json new file mode 100644 index 0000000000..2ccdaa47b2 --- /dev/null +++ b/src/ol/package.json @@ -0,0 +1,13 @@ +{ + "name": "ol", + "version": "5.0.0-beta.14", + "description": "OpenLayers mapping library", + "main": "index.js", + "module": "index.js", + "license": "BSD-2-Clause", + "dependencies": { + "pbf": "3.1.0", + "pixelworks": "1.1.0", + "rbush": "2.0.2" + } +} \ No newline at end of file