forked from wallin/angular-gravatar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 692 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 692 Bytes
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
{
"name": "angular-gravatar",
"version": "0.2.3",
"author": {
"name": "Sebastian Wallin"
},
"description": "Angular.JS directive for gravatar images",
"keywords": [
"angular",
"angularjs",
"gravatar"
],
"license": "MIT",
"main": ["./build/md5.js", "./build/angular-gravatar.js"],
"homepage": "http://github.com/wallin/angular-gravatar",
"ignore": [
"package.json",
"Gruntfile.js",
"karma.conf.js",
"spec",
"src"
],
"dependencies": {
"angular": ">=1.0.0 <1.4.0"
},
"devDependencies": {
"angular-mocks": "~1.2.x"
},
"repository": {
"type": "git",
"url": "git://github.com/Kukiwon/angular-gravatar.git"
}
}