{
  "name": "pinch-to-zoom",
  "version": "1.0.1",
  "description": "Pinch to zoom",
  "main": "dist/index.main.js",
  "module": "dist/index.module.js",
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/vkrbt/pinch-to-zoom/issues"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "watch": "rollup -cw",
    "tsc": "tsc",
    "prepublish": "npm run build && npm run tsc"
  },
  "author": "Vladislav Korbut <v.korbut8@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "rollup": "1.23.1",
    "rollup-plugin-typescript": "1.0.1",
    "tslint": "5.20.0",
    "typescript": "3.6.4"
  },
  "keywords": [
    "client",
    "pinch",
    "zoom",
    "multitouch",
    "image",
    "pinchzoom",
    "vanilla",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vkrbt/pinch-to-zoom.git"
  },
  "homepage": "https://github.com/vkrbt/pinch-to-zoom#readme"
}
