Skip to content

Commit

Permalink
Added support for bower package manager
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Cohen <dcohenb@gmail.com>
  • Loading branch information
Daniel Cohen committed May 27, 2014
1 parent fcc6378 commit 74240f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "angular-img-fallback",
"version": "0.0.2",
"description": "Utility to work with loading images, has fallback-src to handle erros in image loading and loading-src for images loading placeholders.",
"keywords": [
"angularjs"
],
"authors": [
"Daniel Cohen <dcohenb@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/dcohenb",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 74240f0

Please sign in to comment.