package.json 602 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "jquery-colorbox",
  3. "description": "jQuery lightbox and modal window plugin.",
  4. "version": "1.6.4",
  5. "keywords": [
  6. "modal",
  7. "lightbox",
  8. "gallery",
  9. "popup",
  10. "ui",
  11. "jquery-plugin"
  12. ],
  13. "author": {
  14. "name": "Jack Moore",
  15. "url": "http://www.jacklmoore.com",
  16. "email": "hello@jacklmoore.com"
  17. },
  18. "main": "jquery.colorbox.js",
  19. "license": "MIT",
  20. "homepage": "http://www.jacklmoore.com/colorbox",
  21. "demo": "http://www.jacklmoore.com/colorbox",
  22. "repository": {
  23. "type": "git",
  24. "url": "http://github.com/jackmoore/colorbox.git"
  25. },
  26. "dependencies": {
  27. "jquery": ">=1.3.2"
  28. }
  29. }