{
  "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/"
  }
}