forked from customd/jquery-visible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 820 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
{
"name": "df-visible",
"version": "1.2.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@customd.com",
"homepage": "https://www.customd.com/articles/13/checking-if-an-element-is-visible-on-screen-using-jquery"
}],
"keywords": [
"visible",
"viewport",
"visibility",
"view",
"scroll",
"display",
"ui",
"helper",
"element",
"hidden",
"hide"
],
"ignore": [
".jshintrc",
"**/*.txt"
],
"repository": {
"type": "git",
"url": "git://github.com/customd/jquery-visible.git"
},
"dependencies": {
"jquery": ">1.6.0"
}
}