material-web/packages/fab/package.json
2019-11-20 11:49:02 -08:00

30 lines
730 B
JSON

{
"name": "@material/mwc-fab",
"version": "0.10.0",
"description": "",
"main": "mwc-fab.js",
"module": "mwc-fab.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/fab"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@material/fab": "=5.0.0-canary.5729943ba.0",
"@material/mwc-base": "^0.10.0",
"@material/mwc-icon": "^0.10.0",
"@material/mwc-ripple": "^0.10.0",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"tslib": "^1.10.0"
},
"publishConfig": {
"access": "public"
}
}