.bower.json 888 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "jquery.serialScroll",
  3. "version": "1.3.0",
  4. "description": "Animated scrolling of series with jQuery",
  5. "homepage": "https://github.com/flesler/jquery.serialScroll",
  6. "main": [
  7. "./jquery.serialScroll.js",
  8. "./jquery.serialScroll.min.js"
  9. ],
  10. "dependencies": {
  11. "jquery": ">=1.8",
  12. "jquery.scrollTo": ">=2.1.0"
  13. },
  14. "keywords": [
  15. "slideshow",
  16. "sequence",
  17. "animated",
  18. "animation",
  19. "scrolling",
  20. "scroll",
  21. "prev",
  22. "next"
  23. ],
  24. "author": {
  25. "name": "Ariel Flesler",
  26. "web": "http://flesler.blogspot.com/"
  27. },
  28. "_release": "1.3.0",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "1.3.0",
  32. "commit": "439ac14720951fbef089430e5f32202c600b44a5"
  33. },
  34. "_source": "git://github.com/flesler/jquery.serialScroll.git",
  35. "_target": "*",
  36. "_originalSource": "jquery.serialScroll"
  37. }