leaflet.fullscreen
Version:
Simple plugin for Leaflet that adds fullscreen button to your maps.
34 lines (33 loc) • 927 B
JSON
{
"name": "leaflet.fullscreen",
"version": "3.0.1",
"description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
"main": "Control.FullScreen.js",
"scripts": {
"lint": "eslint . && stylelint **/*.css && prettier --check .",
"lint:fix": "eslint --fix . && stylelint --fix **/*.css && prettier --write .",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git://github.com/brunob/leaflet.fullscreen.git"
},
"keywords": [
"leaflet",
"plugins",
"maps",
"fullscreen"
],
"devDependencies": {
"@eslint/js": "^8.56.0",
"@stylistic/eslint-plugin": "^1.5.4",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0"
},
"author": "b_b",
"license": "MIT",
"readmeFilename": "README.md"
}