{
  "name": "ng-boring-avatars",
  "version": "1.0.0",
  "description": "A tiny Angular library that generates custom, SVG-based, round avatars from any username and color palette based on React Boring Avatars.",
  "keywords": [
    "angular",
    "avatar",
    "avatar generator"
  ],
  "license": "MIT",
  "author": "Mitchell Cash",
  "repository": {
    "type": "git",
    "url": "https://github.com/MitchellCash/ng-boring-avatars.git"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "@angular/common": "^12.0.2",
    "@angular/core": "^12.0.2"
  },
  "main": "bundles/ng-boring-avatars.umd.js",
  "module": "fesm2015/ng-boring-avatars.js",
  "es2015": "fesm2015/ng-boring-avatars.js",
  "esm2015": "esm2015/ng-boring-avatars.js",
  "fesm2015": "fesm2015/ng-boring-avatars.js",
  "typings": "ng-boring-avatars.d.ts",
  "sideEffects": false
}