{
  "name": "jquery-infinite-scroll-helper",
  "version": "1.2.4",
  "description": "A lightweight implementation of the infinite scroll mechanic.  By providing two essential callbacks, loadMore and doneLoading, the jQuery Infinite Scroll Helper plugin makes it a breeze to add infinite scrolling functionality to your page.",
  "keywords": [
    "jquery",
    "infinite scroll",
    "jquery plugin"
  ],
  "bugs": {
    "url": "https://github.com/expandtheroom/jquery-infinite-scroll-helper/issues",
    "email": "ryan@expandtheroom.com"
  },
  "license": "MIT",
  "author": {
    "name": "Ryan Ogden",
    "email": "ryan@expandtheroom.com",
    "url": "http://www.expandtheroom.com"
  },
  "main": "jquery.infinite-scroll-helper.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/expandtheroom/jquery-infinite-scroll-helper.git"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-watch": "~0.4.4",
    "qunitjs": "^2.0.1"
  }
}
