{
  "name": "jquery-scrollpanel",
  "title": "jQuery.scrollpanel",
  "version": "1.1.1",
  "description": "Simple vertical scrollpanel.",
  "homepage": "https://larsjung.de/jquery-scrollpanel/",
  "author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
  "license": "MIT",
  "repository": "github:lrsjng/jquery-scrollpanel",
  "main": "dist/jquery-scrollpanel.js",
  "scripts": {
    "lint": "eslint .",
    "build": "node ghu release",
    "precommit": "npm run -s lint && npm run -s build"
  },
  "devDependencies": {
    "@babel/core": "7.10.5",
    "@babel/preset-env": "7.10.4",
    "eslint": "7.5.0",
    "ghu": "0.26.0",
    "jquery": "3.5.1",
    "jquery-mousewheel": "3.1.13",
    "normalize.css": "8.0.1"
  }
}
