{
  "name": "leaflet-simplestyle",
  "version": "1.2.4",
  "description": "A small module for incorporating incorporating simple style on geojson layers in leafletjs",
  "main": "dist/leaflet-simplestyle.min.js",
  "dependencies": {},
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-mourner": "^3.0.0",
    "rollup": "^1.27.13",
    "rollup-plugin-terser": "^5.1.3"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepare": "npm run build"
  },
  "author": "Rowan Winsemius",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rowanwins/leaflet-simplestyle"
  },
  "keywords": [
    "leaflet",
    "simplestyle",
    "geojson"
  ]
}
