{
  "name": "leaflet-shadow-simulator",
  "version": "0.67.0",
  "description": "Display terrain and structure shadows cast by the sun in a custom Leaflet layer",
  "main": "dist/leaflet-shadow-simulator.umd.min.js",
  "browser": "dist/leaflet-shadow-simulator.umd.min.js",
  "module": "dist/leaflet-shadow-simulator.esm.js",
  "types": "dist/leaflet-shadow-simulator.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ted-piotrowski/leaflet-shadow-simulator.git"
  },
  "keywords": [
    "leaflet",
    "shade",
    "layer",
    "shadow",
    "simulator"
  ],
  "author": "Ted Piotrowski",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/ted-piotrowski/leaflet-shadow-simulator/issues"
  },
  "homepage": "https://github.com/ted-piotrowski/leaflet-shadow-simulator#readme",
  "dependencies": {
    "suncalc": "^1.9.0"
  },
  "devDependencies": {
    "@types/leaflet": "^1.9.0"
  }
}
