{
    "name": "@nativescript-community/ui-material-ripple",
    "version": "7.2.71",
    "description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.",
    "main": "./ripple",
    "sideEffects": false,
    "typings": "./ripple.d.ts",
    "scripts": {
        "tsc": "cpy ../../src/ripple/ripple.d.ts ./ && tsc -d",
        "tsc-win": "cpy ..\\..\\src\\ripple\\ripple.d.ts .\\ && tsc -d",
        "build": "npm run tsc",
        "build.watch": "npm run tsc -- -w",
        "build.win": "npm run tsc-win",
        "build.all": "npm run build && npm run build.angular",
        "build.all.win": "npm run build.win && npm run build.angular.win",
        "build.angular": "ng-packagr -p ../../src/ripple/angular/ng-package.json -c ../../src/ripple/angular/tsconfig.json && rm angular/.npmignore",
        "build.angular.win": "ng-packagr -p ..\\..\\src\\ripple\\angular\\package.json -c ..\\..\\src\\ripple\\angular\\tsconfig.json",
        "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
    },
    "nativescript": {
        "platforms": {
            "android": "6.2.0",
            "ios": "6.2.0"
        }
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS",
        "Vue",
        "Angular",
        "preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-ripple.gif"
    ],
    "author": {
        "name": "Martin Guillon",
        "email": "martin@akylas.fr"
    },
    "bugs": {
        "url": "https://github.com/nativescript-community/ui-material-components/issues"
    },
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple"
    },
    "readmeFilename": "README.md",
    "dependencies": {
        "@nativescript-community/ui-material-core": "^7.2.71"
    },
    "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35"
}
