UNPKG

591 BJSONView Raw
1{
2 "name": "@material/dom",
3 "description": "DOM manipulation utilities for Material Components for the web",
4 "version": "14.0.0",
5 "license": "MIT",
6 "main": "dist/mdc.dom.js",
7 "module": "index.js",
8 "sideEffects": false,
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/material-components/material-components-web.git",
12 "directory": "packages/mdc-dom"
13 },
14 "publishConfig": {
15 "access": "public"
16 },
17 "dependencies": {
18 "@material/feature-targeting": "^14.0.0",
19 "tslib": "^2.1.0"
20 },
21 "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
22}