-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
45 lines (45 loc) · 870 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "material-avatar",
"description": "simple material design avatars using canvas",
"version": "0.3.4",
"homepage": "http://hellsan631.github.io/material-avatar/",
"authors": [
"Mathew Kleppin <mathew.kleppin@gmail.com>"
],
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/hellsan631/material-avatar.git"
},
"main": [
"material-avatar.js",
"material-avatar.min.js"
],
"ignore": [
".jshintrc",
".editorconfig",
".sass-cache",
"npm-debug.log",
"sample",
"node_modules",
"bower_components"
],
"keywords": [
"avatar",
"material",
"canvas",
"javascript",
"vanilla",
"google",
"initials",
"html5",
"design",
"icon",
"initials",
"jquery"
],
"license": "MIT",
"devDependencies": {
"randomcolor": "~0.4.0"
}
}