@nativescript-community/ui-material-bottom-navigation
Version:
Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.
60 lines (59 loc) • 2.63 kB
JSON
{
"name": "@nativescript-community/ui-material-bottom-navigation",
"version": "7.3.2",
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
"main": "index",
"sideEffects": false,
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.2.0",
"ios": "6.2.0"
}
},
"scripts": {
"tsc": "cpy '**/*.d.ts' '../../packages/bottom-navigation' --parents --cwd=../../src/bottom-navigation && tsc --build",
"tsc-win": "cpy ..\\..\\src\\bottom-navigation\\index.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/bottom-navigation/angular/ng-package.json -c ../../src/bottom-navigation/angular/tsconfig.json && rm angular/.npmignore",
"build.angular.win": "ng-packagr -p ..\\..\\src\\bottom-navigation\\angular\\package.json -c ..\\..\\src\\bottom-navigation\\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"
},
"keywords": [
"NativeScript",
"JavaScript",
"Typescript",
"Android",
"iOS",
"Henry Chavez",
"Bytpher",
"Bottom Navigation",
"Material Design",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-navigation.png"
],
"author": {
"name": "Henry Chavez",
"email": "henry19.chavez@gmail.com"
},
"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/bottom-navigation"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^7.3.2",
"@nativescript-community/ui-material-core-tabs": "^7.3.2"
},
"gitHead": "64c4ec161be2bd10eb350ad1c9e5eb2e654bfac9"
}