{
  "name": "material-theme-util",
  "version": "0.2.24",
  "description": "Angular Material 10+ Helper Utility for managing Theme colors dynamically, and creating color palettes from single colors.",
  "author": "Tim M. Burton & Dominque Cox<larohndale+material-theme-util@gmail.com> (mailto:larohndale+material-theme-util@gmail.com)",
  "peerDependencies": {
    "@angular/common": "^11.0.5",
    "@angular/core": "^11.0.5"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/larohndale/material-theme-util.git"
  },
  "homepage": "https://github.com/larohndale/material-theme-util/wiki",
  "bugs": {
    "url": "https://github.com/larohndale/material-theme-util/issues",
    "email": "larohndale+material-theme-util-SUPPORT@gmail.com"
  },
  "keywords": [
    "Angular",
    "Material",
    "Theme",
    "Colors",
    "Palette",
    "Dynamic",
    "Utility"
  ],
  "main": "bundles/material-theme-util.umd.js",
  "module": "fesm2015/material-theme-util.js",
  "es2015": "fesm2015/material-theme-util.js",
  "esm2015": "esm2015/material-theme-util.js",
  "fesm2015": "fesm2015/material-theme-util.js",
  "typings": "material-theme-util.d.ts",
  "metadata": "material-theme-util.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.0.0"
  }
}
