ngx-avatars
Version:
A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.
44 lines • 1.03 kB
JSON
{
"name": "ngx-avatars",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "1.10.0",
"keywords": [
"angular",
"avatar",
"avatars",
"badge",
"gravatar",
"component",
"initials"
],
"author": {
"name": "Heatmanofurioso",
"url": "https://github.com/Heatmanofurioso",
"email": "ofuriosoheatman@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Heatmanofurioso/ngx-avatars"
},
"sideEffects": false,
"dependencies": {
"ts-md5": "^2.0.1",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": "^20.1.3",
"@angular/core": "^20.1.3"
},
"module": "fesm2022/ngx-avatars.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-avatars.mjs"
}
}
}