@material/mwc-button
Version:
Material Design button web component
40 lines (39 loc) • 1.14 kB
JSON
{
"name": "@material/mwc-button",
"version": "0.22.1",
"description": "Material Design button web component",
"keywords": [
"material design",
"web components",
"button"
],
"main": "mwc-button.js",
"module": "mwc-button.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/button"
},
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-icon": "^0.22.1",
"@material/mwc-ripple": "^0.22.1",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
"tslib": "^2.0.1"
},
"scripts": {
"build:style": "node ../../scripts/sass-to-lit-css/index.js styles.scss demo_styles.scss"
},
"devDependencies": {
"@material/button": "=12.0.0-canary.22d29cbb4.0",
"@material/elevation": "=12.0.0-canary.22d29cbb4.0",
"@material/ripple": "=12.0.0-canary.22d29cbb4.0",
"@material/shape": "=12.0.0-canary.22d29cbb4.0",
"@material/theme": "=12.0.0-canary.22d29cbb4.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fbc09b4e8766843c4aef86023c2cfa4cb9e7cf5d"
}