imageMapResizer.jquery.json 901 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "imageMapResizer",
  3. "title": "Image Map Resizer",
  4. "description": "Keep HTML Image Maps scaled to the size of an image. It detects the window being resized and updates the co-ordinates of the image map.",
  5. "keywords": [
  6. "imagemap",
  7. "resizer",
  8. "responsive",
  9. "RWD",
  10. "fluid",
  11. "resize",
  12. "design"
  13. ],
  14. "version": "0.5.4",
  15. "author": {
  16. "name": "David J. Bradshaw",
  17. "email": "davidjbradshaw+github@gmail.com"
  18. },
  19. "maintainers": [
  20. {
  21. "name": "David J. Bradshaw",
  22. "email": "davidjbradshaw+github@gmail.com"
  23. }
  24. ],
  25. "licenses": [
  26. {
  27. "type": "MIT",
  28. "url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
  29. }
  30. ],
  31. "bugs": "https://github.com/davidjbradshaw/imagemap-resizer/issues",
  32. "homepage": "http://davidjbradshaw.github.io/imagemap-resizer/",
  33. "docs": "https://github.com/davidjbradshaw/imagemap-resizer",
  34. "dependencies": {
  35. "jquery": ">=1.0"
  36. }
  37. }