{
  "name": "leaflet-measure",
  "version": "1.1.0",
  "description": "Coordinate, linear, and area measure tool for Leaflet maps",
  "main": "src/leaflet-measure.js",
  "scripts": {
    "test": "grunt test",
    "build": "grunt build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ljagis/leaflet-measure.git"
  },
  "keywords": [
    "leaflet",
    "measure",
    "measurement",
    "control",
    "coordinate",
    "line",
    "length",
    "area",
    "polygon",
    "path"
  ],
  "author": "Brandon Copeland <br@ndoncopeland.com>",
  "license": "MIT",
  "dependencies": {
    "color": "^0.8.0",
    "geocrunch": "^0.1.1",
    "humanize": "0.0.9",
    "leaflet": "^0.7.3",
    "underscore": "^1.7.0"
  },
  "devDependencies": {
    "brfs": "^1.3.0",
    "browserify": "^8.1.3",
    "browserify-shim": "^3.8.3",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.3.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-jscs": "^1.2.0",
    "grunt-release": "^0.11.0",
    "svg2png": "^1.1.0"
  },
  "browserify-shim": {
    "leaflet": "global:L"
  }
}
