{
  "name": "@pandell/leaflet-draw",
  "version": "1.0.5-pandell.1",
  "description": "Vector drawing plugin for Leaflet (Pandell fork)",
  "main": "dist/leaflet.draw.js",
  "style": "dist/leaflet.draw.css",
  "directories": {
    "doc": "docs/",
    "example": "docs/examples/",
    "lib": "src/"
  },
  "files": [
    "dist/**/*",
    "docs/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pandell/Leaflet.draw.git"
  },
  "keywords": [
    "maps",
    "leaflet",
    "client",
    "vector",
    "drawing",
    "draw"
  ],
  "contributors": [
    {
      "name": "Jon West",
      "email": "ddproxy@gmail.com"
    },
    {
      "name": "Jacob Toye"
    },
    {
      "name": "Pandell Technology Corporation",
      "url": "https://github.com/pandell"
    }
  ],
  "license": "MIT",
  "readmeFilename": "README.md"
}