{
  "name": "iqb-components",
  "version": "5.1.0",
  "license": "MIT",
  "main": "bundles/iqb-components.umd.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iqb-berlin/iqb-components.git"
  },
  "private": false,
  "peerDependencies": {
    "@angular/animations": "^12.1.0",
    "@angular/cdk": "^12.1.0",
    "@angular/common": "^12.1.0",
    "@angular/core": "^12.1.0",
    "@angular/flex-layout": "~12.0.0-beta.34",
    "@angular/forms": "^12.1.0",
    "@angular/material": "^12.1.0",
    "core-js": "~3.15.1",
    "material-design-icons": "~3.0.1",
    "rxjs": "~6.6.7"
  },
  "module": "fesm2015/iqb-components.js",
  "es2015": "fesm2015/iqb-components.js",
  "esm2015": "esm2015/iqb-components.js",
  "fesm2015": "fesm2015/iqb-components.js",
  "typings": "iqb-components.d.ts",
  "metadata": "iqb-components.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.2.0"
  }
}