UNPKG

570 BJSONView Raw
1{
2 "name": "@material/icon-toggle",
3 "description": "The Material Components for the web icon toggle component",
4 "version": "0.44.1",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "icon toggle"
10 ],
11 "main": "dist/mdc.iconToggle.js",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/material-components/material-components-web.git"
15 },
16 "dependencies": {
17 "@material/animation": "^0.41.0",
18 "@material/base": "^0.41.0",
19 "@material/ripple": "^0.44.1",
20 "@material/theme": "^0.43.0"
21 }
22}