forked from istvan-ujjmeszaros/bootstrap-autohidingnavbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap-autohidingnavbar.jquery.json
29 lines (29 loc) · 1.08 KB
/
bootstrap-autohidingnavbar.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
{
"name": "bootstrap-autohidingnavbar",
"title": "Bootstrap Auto-Hiding Navbar",
"description": "An extension for Bootstrap's fixed navbar which hides the navbar while the page is scrolling downwards and shows it the other way. The plugin is able to show/hide the navbar programmatically as well.",
"keywords": [
"bootstrap",
"ui",
"navigation"
],
"version": "1.0.5",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-autohidingnavbar"
},
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "http://www.virtuosoft.eu/code/bootstrap-autohidingnavbar/",
"demo": "http://www.virtuosoft.eu/code/bootstrap-autohidingnavbar/",
"docs": "http://www.virtuosoft.eu/code/bootstrap-autohidingnavbar/",
"download": "https://github.com/istvan-ujjmeszaros/bootstrap-autohidingnavbar/archive/master.zip",
"dependencies": {
"jquery": ">=1.7",
"bootstrap": "~3.0"
}
}