{
  "name": "paroller.js",
  "version": "1.5.0",
  "description": "Parallax scrolling jQuery plugin",
  "main": "dist/jquery.paroller.js",
  "scripts": {
    "build": "terser dist/jquery.paroller.js -o dist/jquery.paroller.min.js --comments '/paroller\\.js/'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "terser": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tgomilar/paroller.js.git"
  },
  "dependencies": {
    "jquery": "^3.5.1"
  },
  "keywords": [
    "parallax",
    "scrolling",
    "vertical",
    "horizontal",
    "translate",
    "jquery",
    "plugin"
  ],
  "author": "Tanja Gomilar <tanja.gomilar@gmail.com> (https://github.com/tgomilar)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tgomilar/paroller.js/issues"
  },
  "homepage": "https://tgomilar.github.io/paroller.js/"
}
