{
  "name": "@angular/material",
  "version": "8.1.4",
  "description": "Angular Material",
  "main": "./bundles/material.umd.js",
  "module": "./esm5/material.es5.js",
  "es2015": "./esm2015/material.js",
  "typings": "./material.d.ts",
  "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": "^8.0.0 || ^9.0.0-0",
    "@angular/cdk": "8.1.4",
    "@angular/core": "^8.0.0 || ^9.0.0-0",
    "@angular/common": "^8.0.0 || ^9.0.0-0",
    "@angular/forms": "^8.0.0 || ^9.0.0-0"
  },
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "migrations": "./schematics/migration.json",
    "packageGroup": [
      "@angular/material",
      "@angular/cdk",
      "@angular/material-moment-adapter"
    ]
  },
  "sideEffects": false,
  "releaseGitCommitSha": "4eec07d54a4c03ede5476d457dd20e38a00b6968",
  "releaseGitBranch": "8.1.x",
  "releaseGitUser": "Andrew Seguin <andrewjs@google.com>"
}