You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
906 B
35 lines
906 B
{
|
|
"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" : "takandar@gmail.com",
|
|
"url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt"
|
|
},
|
|
"main": "jquery.appear.js",
|
|
"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"
|
|
}
|
|
}
|
|
|