UNPKG

leaflet.gridlayer.googlemutant

Version:

A plugin for LeafletJS to use Google maps basemaps.

35 lines (34 loc) 827 B
{ "name": "leaflet.gridlayer.googlemutant", "version": "0.11.3", "description": "A plugin for LeafletJS to use Google maps basemaps.", "module": "src/Leaflet.GoogleMutant.js", "browser": "dist/Leaflet.GoogleMutant.js", "repository": { "type": "git", "url": "https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant.git" }, "keywords": [ "leaflet", "google maps" ], "scripts": { "lint": "prettier .", "lintfix": "prettier . --write", "rollup": "rollup -c rollup.config.js" }, "author": "Iván Sánchez Ortega <ivan@sanchezortega.es>", "license": "Beerware", "devDependencies": { "@rollup/plugin-buble": "^0.21.3", "prettier": "^2.2.1", "rollup": "^2.35.0" }, "prettier": { "printWidth": 100, "tabWidth": 4, "useTabs": true, "trailingComma": "es5", "arrowParens": "always" } }