{
  "name": "ngx-avatar",
  "description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
  "version": "4.1.0",
  "keywords": [
    "angular",
    "avatar",
    "component",
    "initials"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/HaithemMosbahi/ngx-avatar"
  },
  "sideEffects": false,
  "dependencies": {
    "ts-md5": "^1.2.4",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^11.1.0",
    "@angular/core": "^11.1.0"
  },
  "main": "bundles/ngx-avatar.umd.js",
  "module": "fesm2015/ngx-avatar.js",
  "es2015": "fesm2015/ngx-avatar.js",
  "esm2015": "esm2015/ngx-avatar.js",
  "fesm2015": "fesm2015/ngx-avatar.js",
  "typings": "ngx-avatar.d.ts",
  "metadata": "ngx-avatar.metadata.json"
}