{
  "name": "vue2-touch-events",
  "version": "3.2.3",
  "description": "Simple touch events support for vueJS2",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jerrybendy/vue-touch-events.git"
  },
  "keywords": [
    "vue",
    "touch",
    "tap",
    "swipe",
    "longtap"
  ],
  "author": "Jerry Bendy <jerry@icewingcc.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jerrybendy/vue-touch-events/issues"
  },
  "homepage": "https://github.com/jerrybendy/vue-touch-events#readme",
  "devDependencies": {
    "@types/vue": "^2.0.0"
  }
}
