@nativescript-community/ui-material-ripple
Version:
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.
54 lines (53 loc) • 2.37 kB
JSON
{
"name": "@nativescript-community/ui-material-ripple",
"version": "7.3.2",
"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 '**/*.d.ts' '../../packages/ripple' --parents --cwd=../../src/ripple && tsc --build",
"tsc-win": "cpy ..\\..\\src\\ripple\\ripple.d.ts .\\ && tsc -d",
"build": "npm run tsc && npm run readme",
"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": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react",
"readme": "readme generate -c ../../tools/readme/blueprint.json"
},
"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.3.2"
},
"gitHead": "64c4ec161be2bd10eb350ad1c9e5eb2e654bfac9"
}