package.json 956 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jquery.serialscroll",
  3. "version": "1.3.0",
  4. "description": "Animated scrolling of series with jQuery",
  5. "main": "jquery.serialScroll.js",
  6. "author": {
  7. "name": "Ariel Flesler",
  8. "url": "http://flesler.blogspot.com"
  9. },
  10. "licenses": "MIT",
  11. "homepage": "https://github.com/flesler/jquery.serialScroll",
  12. "docs": "http://flesler.blogspot.com/2008/02/jqueryserialscroll.html",
  13. "bugs": "https://github.com/flesler/jquery.serialScroll/issues",
  14. "download": "https://github.com/flesler/jquery.serialScroll/releases",
  15. "repository": "git://github.com/flesler/jquery.serialScroll",
  16. "demo": "http://demos.flesler.com/jquery/serialScroll",
  17. "keywords": ["slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next","jquery-plugin","ecosystem:jquery"],
  18. "ignore": ["**/.*","demo","tests","CHANGELOG","README.md","bower.json"],
  19. "dependencies": {
  20. "jquery": ">=1.8",
  21. "jquery.scrollto": ">=2.1.0"
  22. }
  23. }