colorbox.jquery.json 576 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "colorbox",
  3. "title": "Colorbox",
  4. "description": "jQuery lightbox and modal window plugin",
  5. "version": "1.4.36",
  6. "dependencies": {
  7. "jquery": ">=1.3.2"
  8. },
  9. "keywords": [
  10. "modal",
  11. "lightbox",
  12. "window",
  13. "popup",
  14. "ui",
  15. "jQuery"
  16. ],
  17. "author": {
  18. "name": "Jack Moore",
  19. "url": "http://www.jacklmoore.com",
  20. "email": "hello@jacklmoore.com"
  21. },
  22. "licenses": [
  23. {
  24. "type": "MIT",
  25. "url": "http://www.opensource.org/licenses/mit-license.php"
  26. }
  27. ],
  28. "homepage": "http://www.jacklmoore.com/colorbox",
  29. "demo": "http://www.jacklmoore.com/colorbox"
  30. }