bower.json 791 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "imageMap-resizer",
  3. "version": "0.5.4",
  4. "homepage": "https://github.com/davidjbradshaw/imagemap-resizer",
  5. "authors": [
  6. "David J. Bradshaw <dave@bradshaw.net>"
  7. ],
  8. "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.",
  9. "main": "js/imageMapResizer.min.js",
  10. "keywords": [
  11. "imagemap",
  12. "resizer",
  13. "responsive",
  14. "RWD",
  15. "fluid",
  16. "resize",
  17. "design"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests",
  26. "examples",
  27. "*.md",
  28. "AUTHORS.txt",
  29. "grunt.js",
  30. "gruntfile.js",
  31. "package.json",
  32. "bower.json"
  33. ],
  34. "dependencies": {
  35. "jquery": ">=1.7"
  36. }
  37. }