-
Notifications
You must be signed in to change notification settings - Fork 11
/
materialAvatar.jquery.json
42 lines (42 loc) · 1014 Bytes
/
materialAvatar.jquery.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "materialAvatar",
"title": "Simple material design avatars using canvas",
"description": "Material Avatar creates nice looking avatars from initials using HTML5 canvas",
"keywords": [
"avatar",
"material",
"canvas",
"javascript",
"vanilla",
"google",
"initials",
"html5",
"design",
"icon",
"initials",
"jquery"
],
"version": "0.3.0",
"author": {
"name": "Mathew Kleppin",
"email": "[email protected]",
"url": "https://github.com/hellsan631/"
},
"maintainers": [
{
"name": "Mathew Kleppin",
"email": "[email protected]",
"url": "https://github.com/hellsan631/"
}
],
"licenses": [
{
"type": "MIT"
}
],
"bugs": "https://github.com/hellsan631/material-avatar/issues",
"homepage": "http://hellsan631.github.io/material-avatar/",
"docs": "https://github.com/hellsan631/material-avatar#readme",
"download": "https://github.com/hellsan631/material-avatar/archive/master.zip",
"dependencies": {}
}