Add ol package.json

This commit is contained in:
ahocevar
2018-06-21 11:17:26 +02:00
parent 57110058fd
commit 6cddd2d44a

13
src/ol/package.json Normal file
View File

@@ -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"
}
}