| { |
| "name": "@angular/material", |
| "version": "11.2.13", |
| "description": "Angular Material", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/angular/components.git" |
| }, |
| "keywords": [ |
| "angular", |
| "material", |
| "material design", |
| "components" |
| ], |
| "license": "MIT", |
| "bugs": { |
| "url": "https://github.com/angular/components/issues" |
| }, |
| "homepage": "https://github.com/angular/components#readme", |
| "peerDependencies": { |
| "@angular/animations": "^11.0.0 || ^12.0.0-0", |
| "@angular/cdk": "11.2.13", |
| "@angular/core": "^11.0.0 || ^12.0.0-0", |
| "@angular/common": "^11.0.0 || ^12.0.0-0", |
| "@angular/forms": "^11.0.0 || ^12.0.0-0" |
| }, |
| "dependencies": { |
| "tslib": "^2.0.0" |
| }, |
| "schematics": "./schematics/collection.json", |
| "ng-update": { |
| "migrations": "./schematics/migration.json", |
| "packageGroup": [ |
| "@angular/material", |
| "@angular/cdk", |
| "@angular/material-moment-adapter" |
| ] |
| }, |
| "sideEffects": false, |
| "publishConfig": { |
| "registry": "https://wombat-dressing-room.appspot.com" |
| }, |
| "main": "./bundles/material.umd.js", |
| "fesm2015": "./fesm2015/material.js", |
| "esm2015": "./esm2015/index.js", |
| "typings": "./index.d.ts", |
| "module": "./fesm2015/material.js", |
| "es2015": "./fesm2015/material.js" |
| } |