nativescript-bottom-navigation
Version:
NativeScript plugin to add a bottom navigation component for Android & iOS
72 lines (71 loc) • 3.05 kB
JSON
{
"name": "nativescript-bottom-navigation",
"version": "2.0.5",
"description": "NativeScript plugin to add a bottom navigation component for Android & iOS",
"main": "bottom-navigation-bar",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.1"
}
},
"scripts": {
"tsc": "npm i && tsc",
"ngc.clean": "find ./ angular/ -name '*.metadata.json' -delete",
"ngc": "npm run ngc.clean && node --max-old-space-size=8192 node_modules/.bin/ngc -skipLibCheck -p tsconfig.json",
"build": "npm run tsc && npm run ngc && npm run build.native",
"build.native": "node scripts/build-native.js",
"postclone": "npm i && node scripts/postclone.js",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"prepack": "npm run build.native",
"demo.ios": "npm run tsc && cd ../demo && tns run ios",
"demo.android": "npm run tsc && cd ../demo && tns run android",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo-angular.ios": "npm run tsc && cd ../demo-angular && tns run ios",
"demo-angular.android": "npm run tsc && cd ../demo-angular && tns run android",
"demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo-vue.ios": "npm run tsc && cd ../demo-vue && tns run ios",
"demo-vue.android": "npm run tsc && cd ../demo-vue && tns run android",
"demo-vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-test && tns plugin add ../src && cd ../demo-angular && tns plugin remove nativescript-test && tns plugin add ../src",
"clean": "npm run demo.reset && npm run demo-angular.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"keywords": [
"NativeScript",
"JavaScript",
"Typescript",
"Android",
"iOS",
"Henry Chavez",
"Bytpher",
"Bottom Navigation",
"Material Design",
"Tab Navigation"
],
"author": {
"name": "Henry Chavez",
"email": "henry.chavez@bytpher.com"
},
"bugs": {
"url": "https://github.com/henrychavez/nativescript-bottom-navigation/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/henrychavez/nativescript-bottom-navigation",
"repository": "https://github.com/henrychavez/nativescript-bottom-navigation",
"readmeFilename": "README.md",
"devDependencies": {
"@angular/compiler": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/core": "^8.0.0",
"nativescript-angular": "^8.0.0",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"semver": "^5.6.0",
"tns-core-modules": "~6.0.0",
"tns-platform-declarations": "~6.0.0",
"tslint": "^5.18.0",
"typescript": "~3.4.5"
}
}