{
  "name": "v-drag",
  "version": "3.0.9",
  "description": "The simplest way to integrate drag on Vue.js",
  "scripts": {
    "build": "rollup --config",
    "test": "jest"
  },
  "main": "dist/main.js",
  "module": "dist/module.js",
  "unpkg": "dist/browser.js",
  "keywords": [
    "vue",
    "vuejs",
    "vue2",
    "vue3",
    "drag",
    "draggable",
    "dragging"
  ],
  "homepage": "https://github.com/nil/v-drag",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nil/v-drag.git"
  },
  "license": "MIT",
  "author": "Nil Vila",
  "bugs": {
    "url": "https://github.com/nil/v-drag/issues"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.2",
    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-vue": "^8.5.0",
    "jest": "^28.1.1",
    "rollup": "^2.9.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^6.1.0"
  }
}
