{
  "name": "panelsnap",
  "version": "1.3.0",
  "description": "A JavaScript plugin that provides snapping functionality to a set of panels within your interface.",
  "main": "lib/panelsnap.cjs.js",
  "browser": "lib/panelsnap.umd.js",
  "module": "lib/panelsnap.esm.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/guidobouman/panelsnap"
  },
  "author": "Guido Bouman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guidobouman/panelsnap/issues"
  },
  "homepage": "https://panelsnap.com/",
  "keywords": [
    "snap",
    "snapping",
    "element",
    "elements",
    "panel",
    "panels",
    "scroll",
    "scrolling"
  ],
  "dependencies": {
    "tweezer.js": "^1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.46",
    "@babel/preset-env": "^7.0.0-beta.46",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^22.4.3",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jest": "^21.15.1",
    "jest": "^22.4.3",
    "rollup": "^0.57.1",
    "rollup-plugin-babel": "^4.0.0-beta.4",
    "rollup-plugin-license": "^0.6.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-uglify": "^3.0.0",
    "semantic-release": "^15.1.7"
  },
  "scripts": {
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "lint": "eslint .",
    "test": "jest --coverage",
    "semantic-release": "semantic-release",
    "prepack": "npm run build",
    "commit": "git-cz"
  },
  "browserslist": [
    "> 0.25%"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
