{
  "name": "leaflet-rastercoords",
  "version": "1.0.6",
  "description": "Leaflet plugin for plain image map projection to display large images using tiles generated with gdal2tiles-leaflet",
  "keywords": [
    "Leaflet",
    "coordinates",
    "raster"
  ],
  "homepage": "https://github.com/commenthol/leaflet-rastercoords#readme",
  "bugs": {
    "url": "https://github.com/commenthol/leaflet-rastercoords/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commenthol/leaflet-rastercoords.git"
  },
  "license": "MIT",
  "author": "commenthol <commenthol@gmail.com>",
  "main": "rastercoords.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "example": "http-server . -a localhost -c-1 -o",
    "lint": "standard -v ./*.js",
    "test": "echo \"Error: no test specified - run example/index.html instead\" && exit 1"
  },
  "dependencies": {
    "leaflet": "^1.9.4"
  },
  "devDependencies": {
    "http-server": "^14.1.1",
    "standard": "^17.1.0"
  }
}
