medor
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

bower.json
application/json

Download raw (396 bytes)

{
  "name": "jquery-waypoints",
  "version": "2.0.5",
  "main": "waypoints.js",
  "description": "A jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
  "ignore": [
    "**/.*",
    "**/*.coffee",
    "**/*.html",
    "bower_components",
    "examples",
    "node_modules",
    "Makefile",
    "test"
  ],
  "dependencies": {
    "jquery" : ">=1.8"
  }
}