{
  "name": "vuewheel",
  "version": "2.1.6",
  "description": "wheel directive for vuejs 2.0",
  "main": "dist/vue-wheel.common.js",
  "module": "dist/vue-wheel.esm.js",
  "unpkg": "dist/vue-wheel.js",
  "scripts": {
    "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
    "build": "node build/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Tombarr/vue-wheel"
  },
  "bugs": {
    "url": "https://github.com/Tombarr/vue-wheel/issues"
  },
  "keywords": [
    "js",
    "vue",
    "vuejs",
    "directive",
    "wheel"
  ],
  "author": "tombarr",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "peerDependencies": {
    "vue": "^2.1.4"
  },
  "devDependencies": {
    "rollup": "^0.52.1",
    "rollup-plugin-buble": "^0.18.0",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-flow-no-whitespace": "^1.0.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-strip": "^1.1.1",
    "uglify-js": "^3.2.1",
    "zlib": "^1.0.5"
  },
  "browser": {
    "vue": "vue/dist/vue-wheel.min.js"
  },
  "files": [
    "dist/**"
  ]
}
