UNPKG

leaflet.gridlayer.googlemutant

Version:

A plugin for LeafletJS to use Google maps basemaps.

35 lines (34 loc) 837 B
{ "name": "leaflet.gridlayer.googlemutant", "version": "0.16.0", "description": "A plugin for LeafletJS to use Google maps basemaps.", "module": "src/Leaflet.GoogleMutant.mjs", "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.mjs", "watch": "rollup -c rollup.config.mjs -w" }, "author": "Iván Sánchez Ortega <ivan@sanchezortega.es>", "license": "Beerware", "devDependencies": { "prettier": "^3.7.4", "rollup": "^4.53.3" }, "prettier": { "printWidth": 100, "tabWidth": 4, "useTabs": true, "trailingComma": "es5", "arrowParens": "always" } }