diff --git a/component.json b/component.json new file mode 100644 index 0000000..c937510 --- /dev/null +++ b/component.json @@ -0,0 +1,24 @@ +{ + "name": "jquery.serialScroll", + "version": "1.2.2", + "description": "This plugin allows you to easily animate any series of elements, by sequentially scrolling them.", + "homepage": "https://github.com/flesler/jquery.serialScroll", + "main": [ + "./jquery.serialScroll.js", + "./jquery.serialScroll-min.js" + ], + "dependencies": { + "jquery" : "~1.8", + "jquery.scrollTo" : "~1.4.3" + }, + "keywords": [ + "browser", + "client", + "functional", + "scrolling" + ], + "author": { + "name": "Ariel Flesler", + "web": "http://flesler.blogspot.com/" + } +} \ No newline at end of file