-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrollnav.jquery.json
More file actions
35 lines (35 loc) · 955 Bytes
/
scrollnav.jquery.json
File metadata and controls
35 lines (35 loc) · 955 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
31
32
33
34
35
{
"name": "scrollnav",
"title": "ScrollNav",
"description": "Easy auto-hiding and showing of the navigation bar as the user scrolls.",
"keywords": [
"scrolling",
"scroll",
"navigation"
],
"version": "1.0.1",
"author": {
"name": "Dylan Knutson",
"email": "tcdknutson@gmail.com"
},
"maintainers": [
{
"name": "Dylan Knutson",
"email": "tcdknutson@gmail.com",
"url": "https://github.com/dymk/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"homepage": "https://github.com/dymk/ScrollNav",
"docs": "https://github.com/dymk/ScrollNav",
"download": "https://github.com/dymk/ScrollNav",
"demo": "http://dymk.github.io/ScrollNav/demo.html",
"dependencies": {
"jquery": ">=1.4"
}
}