material-web/packages/icon-button-toggle/package.json

29 lines
743 B
JSON
Raw Normal View History

{
"name": "@material/mwc-icon-button-toggle",
2021-10-12 00:48:48 +03:00
"version": "0.25.2",
"description": "Material Design icon button toggle",
"keywords": [
"material design",
"web components",
"icon button toggle"
],
2019-08-22 04:28:36 +03:00
"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": {
2021-10-12 00:48:48 +03:00
"@material/mwc-base": "^0.25.2",
"@material/mwc-icon-button": "^0.25.2",
"@material/mwc-ripple": "^0.25.2",
"lit": "^2.0.0",
2020-09-30 18:54:01 +03:00
"tslib": "^2.0.1"
},
"publishConfig": {
"access": "public"
}
}