forked from flesler/jquery.localScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
localScroll.jquery.json
30 lines (30 loc) · 997 Bytes
/
localScroll.jquery.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
{
"name": "localScroll",
"title": "Ariel Flesler's jQuery localScroll",
"description": "Animated anchor navigation made easy.",
"keywords": ["browser", "animated", "animation", "scrolling", "scroll", "links", "anchors"],
"version": "1.3.5",
"author": {
"name": "Ariel Flesler",
"email": "[email protected]",
"url": "http://flesler.blogspot.com"
},
"maintainers": [{
"name": "Ariel Flesler",
"email": "[email protected]",
"url": "http://flesler.blogspot.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/flesler/jquery.localScroll/blob/master/LICENSE"
}],
"homepage": "https://github.com/flesler/jquery.localScroll",
"docs": "http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html",
"bugs": "https://github.com/flesler/jquery.localScroll/issues",
"download": "https://github.com/flesler/jquery.localScroll/releases",
"demo": "http://demos.flesler.com/jquery/localScroll",
"dependencies": {
"jquery": ">=1.8",
"scrollTo": ">=1.4.11"
}
}