Daniel Freedman 1113aef1d5 v0.3.5
2019-01-11 14:16:37 -08:00

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"
}
}