UNPKG

988 BJSONView Raw
1{
2 "name": "@material/floating-label",
3 "description": "The Material Components for the web floating-label component",
4 "version": "11.0.0",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "floatinglabel",
10 "floating label"
11 ],
12 "main": "dist/mdc.floatingLabel.js",
13 "module": "index.js",
14 "sideEffects": false,
15 "types": "dist/mdc.floatingLabel.d.ts",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/material-components/material-components-web.git",
19 "directory": "packages/mdc-floating-label"
20 },
21 "publishConfig": {
22 "access": "public"
23 },
24 "dependencies": {
25 "@material/animation": "^11.0.0",
26 "@material/base": "^11.0.0",
27 "@material/dom": "^11.0.0",
28 "@material/feature-targeting": "^11.0.0",
29 "@material/rtl": "^11.0.0",
30 "@material/theme": "^11.0.0",
31 "@material/typography": "^11.0.0",
32 "tslib": "^2.1.0"
33 },
34 "gitHead": "3f342c3f4715fd3587f327ce4ea6b5dd314c5c55"
35}