{
  "name": "leaflet-color-number-markers",
  "version": "1.0.7",
  "description": "A package for color and number variations of the standard leaflet markers.",
  "main": "dist/index.js",
  "scripts": {
    "build": "uglifyjs src/index.js -p bare_returns -c -m -o dist/index.js --comments"
  },
  "repository": "https://github.com/sheiun/leaflet-color-number-markers",
  "homepage": "https://github.com/sheiun/leaflet-color-number-markers",
  "author": "sheiun",
  "dependencies": {
    "leaflet": ">=0.7.0"
  },
  "devDependencies": {
    "uglify-es": "^3.3.9"
  },
  "keywords": [
    "leaflet",
    "markers"
  ],
  "license": "BSD-2-Clause"
}
