Skip to content

Commit

Permalink
Created bower.json
Browse files Browse the repository at this point in the history
As per Issue #13.
  • Loading branch information
Sam Sehnert committed Jul 14, 2014
1 parent 5e6a146 commit 4668a5e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bower.json
@@ -0,0 +1,36 @@
{
"name": "df-visible",
"version": "1.0.0",
"main": "jquery.visible.js",
"description": "Quickly check if an element is within the browsers visible viewport, regardless of scroll position. If a user can see this element, the function will return true.",
"license": "MIT",
"authors": [{
"name" : "Sam Sehnert",
"email" : "sam@teamdf.com",
"homepage": "http://www.teamdf.com/web/jquery-element-onscreen-visibility/194"
}],
"keywords": [
"visible",
"viewport",
"visibility",
"view",
"scroll",
"display",
"ui",
"helper",
"element",
"hidden",
"hide"
],
"ignore": [
".jshintrc",
"**/*.txt"
],
"repository": {
"type": "git",
"url": "git://github.com/teamdf/jquery-visible.git"
},
"dependencies": {
"jquery": ">1.6.0"
}
}

0 comments on commit 4668a5e

Please sign in to comment.