-
Notifications
You must be signed in to change notification settings - Fork 368
/
package.json
39 lines (39 loc) · 1.01 KB
/
package.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
37
38
39
{
"name": "jquery-visible",
"version": "1.2.0",
"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.",
"main": "jquery.visible.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/customd/jquery-visible.git"
},
"author": {
"name" : "Sam Sehnert",
"email" : "sam@customd.com",
"homepage": "https://www.customd.com/articles/13/checking-if-an-element-is-visible-on-screen-using-jquery"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/customd/jquery-visible/issues"
},
"homepage": "https://github.com/customd/jquery-visible#readme",
"keywords": [
"visible",
"viewport",
"visibility",
"view",
"scroll",
"display",
"ui",
"helper",
"element",
"hidden",
"hide"
]
}