material-web/packages/icon-button-toggle/package.json
Brian Taylor Vann e398743cab v0.25.2
2021-10-11 21:48:48 +00:00

29 lines
743 B
JSON

{
"name": "@material/mwc-icon-button-toggle",
"version": "0.25.2",
"description": "Material Design icon button toggle",
"keywords": [
"material design",
"web components",
"icon button toggle"
],
"main": "mwc-icon-button-toggle.js",
"module": "mwc-icon-button-toggle.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/icon-button-toggle"
},
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-base": "^0.25.2",
"@material/mwc-icon-button": "^0.25.2",
"@material/mwc-ripple": "^0.25.2",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"publishConfig": {
"access": "public"
}
}