{
  "name": "leaflet-measure",
  "authors": [
    "Brandon Copeland <br@ndoncopeland.com>"
  ],
  "description": "Coordinate, linear, and area measure tool for Leaflet maps",
  "main": [
    "dist/leaflet-measure.min.js",
    "dist/leaflet-measure.css"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ljagis/leaflet-measure.git"
  },
  "keywords": [
    "leaflet",
    "measure",
    "measurement",
    "control",
    "coordinate",
    "line",
    "length",
    "area",
    "polygon",
    "path"
  ],
  "license": "MIT",
  "ignore": [
    ".sass-cache",
    ".DS_Store",
    "node_modules",
    "bower_components",
    "examples",
    "scss",
    "src",
    ".gitignore",
    ".jscsrc",
    ".jshintrc",
    "Gruntfile.js",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "normalize.css": "~3.0.2"
  }
}
