forked from flesler/jquery.serialScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 934 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "jquery.serialscroll",
"version": "1.3.1",
"description": "Animated scrolling of series with jQuery",
"main": "jquery.serialScroll.js",
"author": {
"name": "Ariel Flesler",
"url": "http://flesler.blogspot.com"
},
"licenses": "MIT",
"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",
"repository": "git://github.com/flesler/jquery.serialScroll",
"demo": "http://demos.flesler.com/jquery/serialScroll",
"keywords": ["slideshow", "sequence", "animated", "animation", "scrolling", "scroll", "prev", "next","jquery-plugin","ecosystem:jquery"],
"ignore": ["**/.*","demo","tests","CHANGELOG","README.md","bower.json"],
"dependencies": {
"jquery": ">=1.8",
"jquery.scrollto": ">=2.1.0"
}
}