{
  "name": "@angular/cdk",
  "version": "7.3.7",
  "description": "Angular Material Component Development Kit",
  "main": "./bundles/cdk.umd.js",
  "module": "./esm5/cdk.es5.js",
  "es2015": "./esm2015/cdk.js",
  "typings": "./cdk.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/material2.git"
  },
  "keywords": [
    "angular",
    "cdk",
    "component",
    "development",
    "kit"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/angular/material2/issues"
  },
  "homepage": "https://github.com/angular/material2#readme",
  "peerDependencies": {
    "@angular/core": ">=7.0.0",
    "@angular/common": ">=7.0.0"
  },
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "optionalDependencies": {
    "parse5": "^5.0.0"
  },
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "migrations": "./schematics/migration.json"
  },
  "sideEffects": false,
  "releaseGitCommitSha": "994d3abf36bae8202a967d4ff232e405adeb8128",
  "releaseGitBranch": "7.3.x",
  "releaseGitUser": "Jeremy Elbourn <jelbourn@google.com>"
}