{
  "name": "parallax.js",
  "version": "1.3.2",
  "homepage": "http://pixelcog.com/parallax.js/",
  "description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
  "authors": [
    "Mike Greiling <mike@pixelcog.com> (http://pixelcog.com)"
  ],
  "main": "parallax.min.js",
  "license": "MIT",
  "keywords": [
    "parallax",
    "scroll",
    "scrolling",
    "image"
  ],
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "jquery": ">=1.7"
  },
  "_release": "1.3.2",
  "_resolution": {
    "type": "version",
    "tag": "v1.3.2",
    "commit": "6f9b3b3ed54a7e0a4bbf95f02b8ae5f8b7ccd76d"
  },
  "_source": "git://github.com/pixelcog/parallax.js.git",
  "_target": "~1.3.2",
  "_originalSource": "parallax.js"
}