mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "@material/mwc-button",
|
|
"version": "0.3.5",
|
|
"description": "",
|
|
"main": "mwc-button.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/material-components/material-components-web-components.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@material/button": "^0.40.0",
|
|
"@material/mwc-base": "^0.3.5",
|
|
"@material/mwc-icon": "^0.3.5",
|
|
"@material/mwc-ripple": "^0.3.5",
|
|
"lit-element": "^2.0.0-rc.2",
|
|
"lit-html": "^1.0.0-rc.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|