{
  "name": "ol-stylus",
  "version": "5.7.0",
  "description": "OpenLayers mapping library",
  "keywords": [
    "map",
    "mapping",
    "ol"
  ],
  "homepage": "https://openlayers.org/",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/openlayers/openlayers.git"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/openlayers/openlayers/issues"
  },
  "dependencies": {
    "pbf": "3.1.0",
    "pixelworks": "1.1.0",
    "rbush": "2.0.2"
  },
  "sideEffects": [
    "ol.css"
  ]
}