bower.json 565 B

12345678910111213141516171819
  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": [ "slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next" ],
  15. "author": {
  16. "name": "Ariel Flesler",
  17. "web": "http://flesler.blogspot.com/"
  18. }
  19. }