-
Notifications
You must be signed in to change notification settings - Fork 19
/
bower.json
27 lines (27 loc) · 1.2 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "angular-avatar",
"version": "1.3.0",
"homepage": "https://github.com/ajsoriar/angular-avatar",
"authors": [
"Andres J. Soria R. <[email protected]>"
],
"description": "Angular Avatar is a simple and lightweight AngularJS directive that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several angular atributes are available to configure the output: size, shape, resolution, colors, etc.",
"main": "dist/angular-avatar.min.js",
"moduleType": [],
"keywords": [
"avatar", "angular-avatar", "letter avatar", "initials avatar", "angular avatar", "profile picture", "string avatar", "ng-avatar"
],
"dependencies": {
"angular": "1.4.5"
},
"devDependencies": {
"angular-mocks": "1.4.5"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}