UNPKG

564 BJSONView Raw
1{
2 "name": "@material/auto-init",
3 "description": "Declarative, easy-to-use auto-initialization for Material Components for the web",
4 "version": "13.0.0",
5 "main": "dist/mdc.autoInit.js",
6 "module": "index.js",
7 "sideEffects": false,
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/material-components/material-components-web.git",
12 "directory": "packages/mdc-auto-init"
13 },
14 "dependencies": {
15 "@material/base": "^13.0.0",
16 "tslib": "^2.1.0"
17 },
18 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
19}