{
    "name": "@nativescript-community/ui-persistent-bottomsheet",
    "version": "0.1.9",
    "description": "NativeScript plugin that allows you to easily add a persistent bottomsheet to your projects.",
    "main": "./index",
    "sideEffects": false,
    "typings": "./index.d.ts",
    "scripts": {
        "build": "npm run tsc",
        "build.all": "npm run build && npm run build.angular",
        "build.angular": "ng-packagr -p ../../src/ui-persistent-bottomsheet/angular/ng-package.json -c ../../src/ui-persistent-bottomsheet/angular/tsconfig.json && rm angular/.npmignore",
        "readme": "readme generate -c ../../tools/readme/blueprint.json",
        "tsc": "cpy '**/*.d.ts' '../../packages/ui-persistent-bottomsheet' --parents --cwd=../../src/ui-persistent-bottomsheet && tsc -skipLibCheck -d",
        "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
    },
    "nativescript": {
        "platforms": {
            "android": "6.0.0",
            "ios": "6.0.0"
        }
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS",
        "Bottomsheet",
        "persistent",
        "NativeScript UI",
        "menu",
        "nativescript-community",
        "Angular",
        "Vue",
        "Svelte",
        "React",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-persistent-bottomsheet/master/images/demo-ios.gif|iOS Demo",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-persistent-bottomsheet/master/images/demo-android.gif|Android Demo"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-persistent-bottomsheet/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/nativescript-community/ui-persistent-bottomsheet"
    },
    "license": "Apache-2.0",
    "readmeFilename": "README.md",
    "dependencies": {
        "@nativescript-community/gesturehandler": "^2.0.43"
    },
    "gitHead": "d0148b3694787c14257e0d444091fa539f70a7f4"
}
