{
    "name": "@j2only/ionic-disable-swipe-back",
    "version": "1.0.7",
    "description": "Vue 3 directive for Ionic framework, disables switching to previous route if the user makes a swipe on iOS devices",
    "author": "Anton Zolotov <antonzolotov@outlook.com>",
    "files": [
        "index.js",
        "index.d.ts"
    ],
    "main": "index.js",
    "types": "index.d.ts",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/j2only/ionic-disable-swipe-back.git"
    },
    "bugs": {
        "url": "https://github.com/j2only/ionic-disable-swipe-back/issues"
    },
    "keywords": [
        "vue 3",
        "directive",
        "ionic",
        "swipe",
        "disable swipe",
        "disable swipe back",
        "j2only",
        "import"
    ],
    "packageManager": "yarn@4.7.0"
}