{
  "name": "jquery.isinview",
  "version": "1.0.6",
  "homepage": "https://github.com/hashchange/jquery.isinview",
  "authors": [
    "Michael Heim <heim@zeilenwechsel.de>"
  ],
  "description": "Detects if elements are in view - inside of the viewport, an iframe, or other containers. Extremely fast.",
  "main": "dist/jquery.isinview.js",
  "keywords": [
    "jquery",
    "jquery-plugin",
    "view",
    "viewport",
    "window",
    "visible",
    "visibility",
    "display",
    "show",
    "overflow",
    "scroll",
    "scrollbar",
    "container",
    "dom",
    "element",
    "hidden",
    "hide",
    "nested",
    "recursive"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "public",
    "reports",
    "demo",
    "lib-other",
    "web-mocha",
    "spec",
    "src",
    "Gruntfile.js",
    "karma.conf.js",
    "package.json"
  ],
  "devDependencies": {},
  "dependencies": {
    "jquery": ">=1.9.0 <3.2",
    "jquery.documentsize": "^1.1.0"
  }
}
