{
  "name": "jquery-panelsnap",
  "version": "0.16.0",
  "description": "jQuery plugin that provides snapping functionality to a set of panels within your interface.",
  "main": "jquery.panelSnap.js",
  "scripts": {
    "lint": "eslint .",
    "test": "ava",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guidobouman/jquery-panelsnap"
  },
  "author": "Guido Bouman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guidobouman/jquery-panelsnap/issues"
  },
  "homepage": "https://github.com/guidobouman/jquery-panelsnap",
  "keywords": [
    "snap",
    "snapping",
    "element",
    "elements",
    "panel",
    "panels",
    "scroll",
    "scrolling"
  ],
  "devDependencies": {
    "ava": "^0.22.0",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb-base": "^12.0.2",
    "eslint-plugin-import": "^2.7.0",
    "semantic-release": "^12.2.2"
  },
  "dependencies": {},
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
