material-web/packages/floating-label/package.json
2021-09-28 18:04:01 +00:00

36 lines
1.0 KiB
JSON

{
"name": "@material/mwc-floating-label",
"version": "0.25.1",
"description": "Material Design floating label web component",
"keywords": [
"material design",
"web components",
"floating label"
],
"main": "mwc-floating-label-directive.js",
"module": "mwc-floating-label-directive.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/floating-label"
},
"license": "Apache-2.0",
"dependencies": {
"@material/floating-label": "=14.0.0-canary.86b50ef74.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/animation": "=14.0.0-canary.86b50ef74.0",
"@material/base": "=14.0.0-canary.86b50ef74.0",
"@material/rtl": "=14.0.0-canary.86b50ef74.0",
"@material/typography": "=14.0.0-canary.86b50ef74.0"
},
"scripts": {
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-floating-label.scss"
},
"publishConfig": {
"access": "public"
}
}