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.
25 lines
642 B
25 lines
642 B
{
|
|
"name": "jquery_appear",
|
|
"version": "0.3.4",
|
|
"main": "jquery.appear.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
],
|
|
"keywords": [
|
|
"event",
|
|
"appear",
|
|
"disappear"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
},
|
|
"homepage": "https://github.com/morr/jquery.appear",
|
|
"authors": [
|
|
"Andrey Sidorov <https://github.com/morr>",
|
|
"Juan Hoyos <https://github.com/elhoyos>",
|
|
"Boris Nadion <https://github.com/borisnadion>",
|
|
"fhackenberger <https://github.com/fhackenberger>",
|
|
"hayesgm <https://github.com/hayesgm>"
|
|
],
|
|
"description": "jQuery plugin for tracking element's appearance in browser viewport"
|
|
}
|
|
|