UNPKG

@nativescript-community/ui-material-tabs

Version:

Material Design Tabs organize content across different screens, data sets, and other interactions.

54 lines (53 loc) 2.05 kB
{ "name": "@nativescript-community/ui-material-tabs", "version": "7.2.71", "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", "scripts": { "tsc": "cpy ../../src/tabs/index.d.ts ./ && tsc -d", "tsc-win": "cpy ..\\..\\src\\tabs\\index.d.ts .\\ && tsc -d", "build": "npm run tsc", "build.win": "npm run tsc-win", "build.watch": "npm run tsc -- -w", "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/tabs/angular/ng-package.json -c ../../src/tabs/angular/tsconfig.json && rm angular/.npmignore", "build.angular.win": "ng-packagr -p ..\\..\\src\\tabs\\angular\\package.json -c ..\\..\\src\\tabs\\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-tabs.png" ], "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/tabs" }, "readmeFilename": "README.md", "dependencies": { "@nativescript-community/ui-material-core": "^7.2.71", "@nativescript-community/ui-material-core-tabs": "^7.2.71" }, "gitHead": "e6076200bd06401a5e915a8dcda6fe3d90caff35" }