package.json 577 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "leaflet-minimap",
  3. "version": "1.0.0",
  4. "author": "Norkart AS",
  5. "description": "A plugin for Leaflet that provides a minimap in the corner of the map view.",
  6. "license": "BSD-2-Clause",
  7. "readmeFilename": "README.md",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/Norkart/Leaflet-MiniMap.git"
  11. },
  12. "homepage": "https://github.com/Norkart/Leaflet-MiniMap",
  13. "bugs": {
  14. "url": "https://github.com/Norkart/Leaflet-MiniMap/issues"
  15. },
  16. "dependencies": {
  17. "leaflet": ">=0.5.0"
  18. },
  19. "keywords": [
  20. "maps",
  21. "leaflet",
  22. "client",
  23. "minimap"
  24. ]
  25. }