{
  "name": "leaflet-vector-tile-layer",
  "version": "0.16.3",
  "description": "Leaflet layer for vector tiles",
  "keywords": [
    "leaflet",
    "vector tiles"
  ],
  "homepage": "https://gitlab.com/jkuebart/Leaflet.VectorTileLayer#readme",
  "bugs": {
    "url": "https://gitlab.com/jkuebart/Leaflet.VectorTileLayer/issues"
  },
  "license": "BSD-3-Clause",
  "author": "Joachim Kuebart <joachim.kuebart@gmail.com>",
  "files": [
    "AUTHORS",
    "LICENCE",
    "README.md",
    "dist/VectorTileLayer.js",
    "dist/VectorTileLayer.js.map",
    "dist/VectorTileLayer.min.js",
    "dist/VectorTileLayer.min.js.map",
    "dist/VectorTileLayer.umd.js",
    "dist/VectorTileLayer.umd.js.map",
    "dist/VectorTileLayer.umd.min.js",
    "dist/VectorTileLayer.umd.min.js.map",
    "package.json"
  ],
  "main": "dist/VectorTileLayer.umd.min.js",
  "module": "dist/VectorTileLayer.js",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/jkuebart/Leaflet.VectorTileLayer.git"
  },
  "scripts": {
    "build": "rollup --config",
    "clean": "rm -fr dist node_modules package-lock.json",
    "lint": "jslint rollup.config.js package.json src/js/*",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "devDependencies": {
    "@mapbox/vector-tile": "*",
    "@rollup/plugin-commonjs": "*",
    "@rollup/plugin-node-resolve": "*",
    "@rollup/plugin-terser": "*",
    "jslint-cli": "*",
    "pbf": "*",
    "rollup": "*"
  },
  "peerDependencies": {
    "leaflet": "^1.0.0"
  }
}
