UNPKG

leaflet.fullscreen

Version:

Simple plugin for Leaflet that adds fullscreen button to your maps.

61 lines (60 loc) 1.71 kB
{ "name": "leaflet.fullscreen", "version": "5.3.0", "description": "Simple plugin for Leaflet that adds fullscreen button to your maps.", "homepage": "https://brunob.github.io/leaflet.fullscreen/", "type": "module", "main": "dist/Control.FullScreen.js", "module": "dist/Control.FullScreen.js", "browser": "dist/Control.FullScreen.umd.js", "exports": { ".": { "types": "./types/index.d.ts", "import": "./dist/Control.FullScreen.js", "require": "./dist/Control.FullScreen.umd.js" }, "./dist/Control.FullScreen.css": "./dist/Control.FullScreen.css" }, "files": [ "dist/", "types/", "CHANGELOG.md" ], "scripts": { "build": "rollup -c", "lint": "eslint && stylelint **/*.css && prettier . --check", "lint:fix": "eslint --fix && stylelint **/*.css --fix && prettier . --write", "release": "npm run build && commit-and-tag-version", "test": "node --test spec/**/*.spec.js", "prepublishOnly": "git push --follow-tags" }, "peerDependencies": { "leaflet": "^1.7.0 || >=2.0.0-alpha.1" }, "repository": { "type": "git", "url": "git://github.com/brunob/leaflet.fullscreen.git" }, "keywords": [ "leaflet", "plugins", "maps", "fullscreen" ], "devDependencies": { "@eslint/js": "^9.39.2", "@stylistic/eslint-plugin": "^5.7.0", "commit-and-tag-version": "^12.6.1", "eslint": "^9.39.2", "happy-dom": "^20.1.0", "leaflet": "^1.9.4", "prettier": "^3.7.4", "rollup": "^4.55.1", "stylelint": "^16.26.1", "stylelint-config-standard": "^39.0.1", "stylelint-prettier": "^5.0.3" }, "author": "b_b", "license": "MIT", "readmeFilename": "README.md" }