forked from flesler/jquery.serialScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserialScroll.jquery.json
More file actions
30 lines (30 loc) · 1003 Bytes
/
serialScroll.jquery.json
File metadata and controls
30 lines (30 loc) · 1003 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
{
"name": "serialScroll",
"title": "Ariel Flesler's jQuery serialScroll",
"description": "Animated scrolling of series.",
"keywords": ["slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next"],
"version": "1.2.4",
"author": {
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
},
"maintainers": [{
"name": "Ariel Flesler",
"email": "aflesler@gmail.com",
"url": "http://flesler.blogspot.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/flesler/jquery.serialScroll/blob/master/LICENSE"
}],
"homepage": "https://github.com/flesler/jquery.serialScroll",
"docs": "http://flesler.blogspot.com/2008/02/jqueryserialscroll.html",
"bugs": "https://github.com/flesler/jquery.serialScroll/issues",
"download": "https://github.com/flesler/jquery.serialScroll/releases",
"demo": "http://demos.flesler.com/jquery/serialScroll",
"dependencies": {
"jquery": ">=1.8",
"scrollTo": ">=1.4.3"
}
}