@material/tab-scroller
Version:
The Material Components for the web tab scroller component
33 lines (32 loc) • 845 B
JSON
{
"name": "@material/tab-scroller",
"description": "The Material Components for the web tab scroller component",
"version": "14.0.0",
"license": "MIT",
"keywords": [
"material components",
"material design",
"tab",
"scroller"
],
"main": "dist/mdc.tabScroller.js",
"module": "index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-tab-scroller"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/tab": "^14.0.0",
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
}