.bower.json 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "lightbox2",
  3. "homepage": "http://lokeshdhakar.com/projects/lightbox2/",
  4. "authors": [
  5. "Lokesh Dhakar <lokesh.dhakar@gmail.com>"
  6. ],
  7. "description": "The original Lightbox script. Uses jQuery.",
  8. "main": [
  9. "./dist/js/lightbox.js",
  10. "./dist/css/lightbox.css",
  11. "./dist/images/close.png",
  12. "./dist/images/loading.gif",
  13. "./dist/images/next.png",
  14. "./dist/images/prev.png"
  15. ],
  16. "keywords": [
  17. "lightbox",
  18. "lightbox2",
  19. "overlay",
  20. "gallery",
  21. "slideshow",
  22. "images"
  23. ],
  24. "license": "MIT",
  25. "ignore": [
  26. "**/.*",
  27. "node_modules",
  28. "bower_components"
  29. ],
  30. "dependencies": {
  31. "jquery": "~2"
  32. },
  33. "version": "2.9.0",
  34. "_release": "2.9.0",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v2.9.0",
  38. "commit": "3c792b46c0e5dd6923f9d71db8cad611beef8050"
  39. },
  40. "_source": "https://github.com/lokesh/lightbox2.git",
  41. "_target": "^2.9.0",
  42. "_originalSource": "lightbox2",
  43. "_direct": true
  44. }