-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathshowup.jquery.json
More file actions
35 lines (35 loc) · 875 Bytes
/
showup.jquery.json
File metadata and controls
35 lines (35 loc) · 875 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": "showup",
"title": "showup",
"version": "0.1.2",
"description": "Basic jQuery plugin for hiding navbar when scolling down, and showing it when scrolling up.",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"maintainers": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/showup.js/blob/master/LICENSE.txt"
}
],
"download": "https://github.com/upstage/showup.js/archive/master.zip",
"homepage": "https://github.com/upstage/showup.js",
"bugs": "https://github.com/upstage/showup.js/issues",
"docs": "https://github.com/upstage/showup.js",
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [
"hide",
"show",
"navigation",
"scroll"
]
}