Skip to content

Commit

Permalink
Merge pull request #1 from sbglasius/component
Browse files Browse the repository at this point in the history
Bower component.json
  • Loading branch information
sbglasius committed Nov 28, 2014
2 parents 303df9a + 7aecc8f commit 8e8644a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name" : "spriteOnHover",
"version" : "0.2.5",
"description" : "jQuery spriteOnHover",
"main" : [ "./plugin/jquery.spriteOnHover-0.2.5.js", "./jquery.spriteOnHover-0.2.5.min.js" ],
"homepage" : "http://apolinariopassos.com.br/dev/sprite-on-hover-jquery-plugin/",
"dependencies" : {
"jquery" : ">= 1.7.x"
},
"keywords" : [
"jquery",
"sprite",
'onHover"
],
"author" : {
"name" : " João Apolinário",
"web" : "http://apolinariopassos.com.br"
}
}

0 comments on commit 8e8644a

Please sign in to comment.