UNPKG

435 BJSONView Raw
1{
2 "name": "@material/selection-control",
3 "description": "The set of base classes for Material selection controls",
4 "version": "0.44.1",
5 "license": "MIT",
6 "main": "dist/mdc.selectionControl.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/material-components/material-components-web.git"
10 },
11 "dependencies": {
12 "@material/ripple": "^0.44.1"
13 },
14 "publishConfig": {
15 "access": "public"
16 }
17}