{
  "name": "leaflet.tilelayer.nogap",
  "version": "0.3.0",
  "prettier": {
    "printWidth": 85,
    "tabWidth": 4,
    "useTabs": true,
    "trailingComma": "es5",
    "arrowParens": "always"
  },
  "description": "This is an experiment trying to implement https://github.com/Leaflet/Leaflet/issues/4844.",
  "main": "L.TileLayer.NoGap.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Leaflet/Leaflet.TileLayer.NoGap.git"
  },
  "author": "Ivan Sanchez",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/Leaflet/Leaflet.TileLayer.NoGap/issues"
  },
  "homepage": "https://github.com/Leaflet/Leaflet.TileLayer.NoGap#readme"
}
