{
  "author": "anxorl",
  "dependencies": {
    "leaflet": "^1.2.0"
  },
  "devDependencies": {
    "@types/leaflet": "^1.2.0",
    "@types/typescript": "^2.0.0",
    "awesome-typescript-loader": "^3.2.3",
    "ts-loader": "^2.3.3",
    "tslint": "^5.7.0",
    "tslint-loader": "^3.5.3",
    "typescript": "^2.4.2",
    "webpack": "^3.5.5"
  },
  "description": "Leaflet plugin for showing a canvas overlay in a leaflet map. This project is a fork and a typescript translation from https://github.com/Sumbera/gLayers.Leaflet",
  "license": "MIT",
  "main": "dist/leaflet-canvas-layer.js",
  "name": "leaflet-canvas-layer",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "webpack --watch"
  },
  "types": "dist/leaflet-canvas-layer.d.ts",
  "version": "1.0.8"
}