forked from morr/jquery.appear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 906 Bytes
/
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
{
"name": "jquery.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.5",
"author": {
"name": "Andrey Sidorov",
"email" : "[email protected]",
"url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt"
},
"main": "jquery.appear.js",
"maintainers": [
{
"name": "Andrey Sidorov",
"email": "[email protected]"
}
],
"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"
}
}