nativescript-bubble-navigation
Version:
Nativescript plugin for Android & iOS that create beautiful navigation tabs
96 lines (95 loc) • 5.39 kB
JSON
{
"name": "nativescript-bubble-navigation",
"version": "1.0.3",
"description": "Nativescript plugin for Android & iOS that create beautiful navigation tabs",
"main": "bubble-navigation",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.2.0",
"ios": "5.2.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/skhye05/nativescript-bubble-navigation.git"
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"ngc.clean": "find ./ angular/ -name '*.metadata.json' -delete",
"ngc": "npm i && npm run ngc.clean && node --max-old-space-size=8192 node_modules/.bin/ngc -skipLibCheck -p tsconfig.json",
"build": "npm i && tsc",
"build.native": "node scripts/build-native.js",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
"test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm run tsc && cd ../demo && tns run ios --syncAllFiles --emulator",
"demo.ng.ios": "npm run preparedemo-ng tsc && cd ../demo-ng && tns run ios --bundle --syncAllFiles",
"demo.ng.ios.aot": "npm run preparedemo-ng tsc && cd ../demo-ng && tns run ios --bundle --syncAllFiles --env.aot --env.uglify",
"demo.vue.ios": "npm run preparedemo-vue && cd ../demo-vue && tns run ios --bundle --syncAllFiles",
"demo.android": "npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.ng.android": "cd ../demo-ng && tns plugin add ../publish/nativescript-bubble-navigation-1.0.0.tgz && tns install && tns run android --bundle --syncAllFiles",
"demo.ng.android.aot": "npm run preparedemo-ng && cd ../demo-ng && tns run android --bundle --syncAllFiles --env.aot --env.uglify",
"demo.vue.android": "npm run preparedemo-vue && cd ../demo-vue && tns run android --bundle --syncAllFiles",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo.ng.reset": "cd ../demo-ng && rimraf -- hooks node_modules platforms package-lock.json",
"demo.vue.reset": "cd ../demo-vue && rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-bubble-navigation && tns plugin add ../src",
"plugin.ng.prepare": "npm run build && cd ../demo-ng && tns plugin remove nativescript-bubble-navigation && tns plugin add ../src",
"plugin.vue.prepare": "npm run build && cd ../demo-vue && tns plugin remove nativescript-bubble-navigation && tns plugin add ../src",
"preparedemo": "npm run tsc && npm run package && cd ../demo && tns plugin add ../publish/package/*.tgz && tns install",
"preparedemo-ng": "npm run tsc && npm run package && cd ../demo-ng && tns plugin remove nativescript-bubble-navigation && tns plugin add ../publish/package/*.tgz && tns install",
"preparedemo-vue": "npm run tsc && npm run package && cd ../demo-vue && tns plugin remove nativescript-bubble-navigation && tns plugin add ../publish/package/*.tgz && tns install",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
"clean.ng": "npm run demo.ng.reset && npx rimraf -- node_modules package-lock.json && npm i",
"clean.vue": "npm run demo.vue.reset && npx rimraf -- node_modules package-lock.json && npm i",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
"prepack": "npm run build.native",
"package": "cd ../publish && ./pack.sh"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Bubble Navigation",
"Bubble Nav",
"TabBar",
"Bubble Tabbar",
"BubbleTabBar",
"BubbleTab",
"bubble-navigation",
"TabBar Navigation",
"Tab Navigation"
],
"author": {
"name": "Jonathan Mayunga",
"email": "mayunga.j@gmail.com"
},
"bugs": {
"url": "https://github.com/skhye05/nativescript-bubble-navigation/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/skhye05/nativescript-bubble-navigation",
"readmeFilename": "README.md",
"devDependencies": {
"nativescript-angular": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"rxjs": "~6.4.0",
"zone.js": "~0.8.4",
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.0.0",
"typescript": "~3.1.6",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1",
"semver": "^5.6.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}