forked from morr/jquery.appear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappear.jquery.json
More file actions
34 lines (34 loc) · 869 Bytes
/
appear.jquery.json
File metadata and controls
34 lines (34 loc) · 869 Bytes
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
{
"name": "appear",
"title": "jQuery Appear",
"description": "It implements a custom 'appear'/'disappear' events which are fired when an element became visible/invisible in the browser view port.",
"keywords": [
"event",
"appear",
"disappear"
],
"version": "0.3.3",
"author": {
"name": "Andrey Sidorov",
"email" : "takandar@gmail.com",
"url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Andrey Sidorov",
"email": "takandar@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/morr/jquery.appear",
"demo": "http://morr.github.com/appear.html",
"issues": "https://github.com/morr/jquery.appear/issues",
"dependencies": {
"jquery": ">=1.5"
}
}