{
  "name": "vue-zoom-on-hover",
  "version": "1.0.6",
  "description": "Vue.js component that shows the full image or a scaled image in the image area on hover",
  "main": "./dist/index.js",
  "scripts": {
    "serve": "vue serve ./src/ZoomOnHover.vue",
    "build": "bili --module-name ZoomOnHover"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rundik/vue-zoom-on-hover.git"
  },
  "author": "Ivan Alexandrov",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Rundik/vue-zoom-on-hover/issues"
  },
  "homepage": "https://github.com/Rundik/vue-zoom-on-hover#readme",
  "files": [
    "dist/*"
  ],
  "devDependencies": {
    "bili": "^4.10.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-vue": "5.0.1",
    "vue": "^2.6.12",
    "vue-template-compiler": "^2.6.12",
    "rollup-plugin-postcss": "^3.1.8"
  }
}
