.bower.json 888 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jquery-colorbox",
  3. "description": "jQuery lightbox and modal window plugin",
  4. "version": "1.4.33",
  5. "dependencies": {
  6. "jquery": ">=1.3.2"
  7. },
  8. "keywords": [
  9. "modal",
  10. "lightbox",
  11. "window",
  12. "popup",
  13. "ui",
  14. "jQuery"
  15. ],
  16. "authors": [
  17. {
  18. "name": "Jack Moore",
  19. "url": "http://www.jacklmoore.com",
  20. "email": "hello@jacklmoore.com"
  21. }
  22. ],
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "http://www.opensource.org/licenses/mit-license.php"
  27. }
  28. ],
  29. "homepage": "http://www.jacklmoore.com/colorbox",
  30. "main": "jquery.colorbox.js",
  31. "_release": "1.4.33",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "1.4.33",
  35. "commit": "1beccd78923ef2f12a7fce2049ccf360ed5ce8ef"
  36. },
  37. "_source": "git://github.com/jackmoore/colorbox.git",
  38. "_target": "~1.4.33",
  39. "_originalSource": "colorbox",
  40. "_direct": true
  41. }