{
  "name": "leaflet-layerjson",
  "version": "0.3.4",
  "description": "A Dynamic Leaflet Layer that load/filter dinamically JSON data from Ajax/Jsonp, with caching",
  "repository": {
    "type": "git",
    "url": "git@github.com:stefanocudini/leaflet-layerjson.git"
  },
  "homepage": "https://opengeo.tech/maps/leaflet-layerjson/",
  "author": {
    "name": "Stefano Cudini",
    "email": "stefano.cudini@gmail.com",
    "url": "https://opengeo.tech/"
  },
  "license": "MIT",
  "keywords": [
    "gis",
    "map",
    "leaflet"
  ],
  "main": "dist/leaflet-layerjson.min.js",
  "dependencies": {
    "leaflet": "*"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-watch": "~0.5.3"
  }
}
