light.jquery.json 931 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "light",
  3. "title": "Light",
  4. "description": "A super lightweight lightbox plugin for images in jQuery.",
  5. "keywords": [
  6. "lightbox",
  7. "images",
  8. "preview",
  9. "gallery",
  10. "captions"
  11. ],
  12. "version": "0.3.0",
  13. "author": {
  14. "name": "Edmund Gentle",
  15. "url": "https://github.com/edmundgentle",
  16. "email": "edmund@newhaze.com"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "https://github.com/edmundgentle/light/blob/master/MIT-LICENSE.txt"
  22. }
  23. ],
  24. "bugs": "https://github.com/edmundgentle/light/issues",
  25. "homepage": "https://github.com/edmundgentle/light",
  26. "docs": "https://github.com/edmundgentle/light#readme",
  27. "download": "https://github.com/edmundgentle/light/archive/master.zip",
  28. "demo": "http://www.edmundgentle.com/snippets/light/examples/",
  29. "dependencies": {
  30. "jquery": ">=1.5"
  31. }
  32. }