{
  "name": "leaflet.tilelayer.pouchdbcached",
  "version": "1.0.0",
  "description": "Allows all TileLayers to cache into PouchDB for offline use",
  "main": "L.TileLayer.PouchDBCached.js",
  "scripts": {
    "lintfix": "prettier --write *.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached.git"
  },
  "keywords": [
    "leaflet",
    "pouchdb"
  ],
  "author": "Iván Sánchez Ortega <ivan@mazemap.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached/issues"
  },
  "homepage": "https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached#readme",
  "devDependencies": {
    "leaflet": "^1.0.0",
    "pouchdb": "^7.0.0"
  },
  "prettier": {
    "printWidth": 85,
    "tabWidth": 4,
    "useTabs": true,
    "trailingComma": "es5",
    "arrowParens": "always"
    },
  "dependencies": {}
}
