{
	"name": "jquery.serialscroll",
	"version": "1.3.0",
	"description": "Animated scrolling of series with jQuery",
	"main": "jquery.serialScroll.js",
	"author": {
		"name": "Ariel Flesler",
		"url": "http://flesler.blogspot.com"
	},
	"licenses": "MIT",
	"homepage": "https://github.com/flesler/jquery.serialScroll",
	"docs": "http://flesler.blogspot.com/2008/02/jqueryserialscroll.html",
	"bugs": "https://github.com/flesler/jquery.serialScroll/issues",
	"download": "https://github.com/flesler/jquery.serialScroll/releases",
	"repository": "git://github.com/flesler/jquery.serialScroll",
	"demo": "http://demos.flesler.com/jquery/serialScroll",
	"keywords": ["slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next","jquery-plugin","ecosystem:jquery"],
	"ignore": ["**/.*","demo","tests","CHANGELOG","README.md","bower.json"],
	"dependencies": {
		"jquery": ">=1.8",
		"jquery.scrollto": ">=2.1.0"
	}
}