{
	"name": "canex.leaflet.gridlayer.googlemutant",
	"version": "0.13.6",
	"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://github.com/Can-ExploreInc/Leaflet.GridLayer.GoogleMutant"
	},
	"keywords": [
		"leaflet",
		"google maps"
	],
	"scripts": {
		"lint": "prettier .",
		"lintfix": "prettier . --write",
		"rollup": "rollup -c rollup.config.js",
		"watch": "rollup -c rollup.config.js -w"
	},
	"author": "Canex",
	"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"
	}
}
