{
  "name": "leaflet-ui",
  "version": "0.5.1",
  "description": "Leaflet presets for common user interface customizations",
  "main": "dist/leaflet-ui.js",
  "module": "src/leaflet-ui.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c build/rollup.config.js",
    "watch": "rollup -c build/rollup.config.js --watch",
    "version": "npm run build && git add -A dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Raruto/leaflet-ui.git"
  },
  "keywords": [
    "leaflet",
    "map",
    "default-ui",
    "controls",
    "layers"
  ],
  "author": "Raruto",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Raruto/leaflet-ui/issues"
  },
  "homepage": "https://github.com/Raruto/leaflet-ui#readme",
  "devDependencies": {
    "postcss-copy": "^7.1.0",
    "postcss-import": "^12.0.1",
    "rollup": "^2.0.6",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-git-version": "^0.3.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^2.4.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "leaflet": "^1.6.0"
  },
  "dependencies": {
    "@raruto/leaflet-edit-osm": "0.0.2",
    "@raruto/leaflet-gesture-handling": "^1.3.5",
    "leaflet-control-layers-inline": "0.0.7",
    "leaflet-easyprint": "^2.1.9",
    "leaflet-loading": "^0.1.24",
    "leaflet-minimap": "^3.6.1",
    "leaflet-pegman": "^0.1.6",
    "leaflet-pointable": "^0.0.4",
    "leaflet-rotate": "^0.1.3",
    "leaflet-search": "^2.9.8",
    "leaflet.control.resizer": "^0.0.1",
    "leaflet.fullscreen": "^1.6.0",
    "leaflet.gridlayer.googlemutant": "^0.13.4",
    "leaflet.locatecontrol": "^0.74.0",
    "leaflet.visualclick": "^1.1.4"
  }
}
