-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 931 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
{
"name": "k-avatar",
"description": "Simple Element to make Gmail like text avatars for profile pictures. These avatars can be scaled up to any size.",
"main": "k-avatar.html",
"version": "1.1.3",
"authors": [
"Kang Cahya"
],
"keywords": [
"avatar",
"gravatar",
"initials",
"placeholder",
"polymer",
"web-components"
],
"repository": {
"type": "git",
"url": "git://github.com/k4ng/k-avatar.git"
},
"homepage": "https://github.com/k4ng/k-avatar",
"license": "MIT License",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0"
}
}