forked from istvan-ujjmeszaros/bootstrap-autohidingnavbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
25 lines (25 loc) · 725 Bytes
/
bower.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
{
"name": "bootstrap-autohidingnavbar",
"version": "1.0.0",
"homepage": "http://www.virtuosoft.eu/code/bootstrap-autohidingnavbar/",
"authors": [
{
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
}
],
"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.",
"main": "src/jquery.bootstrap-autohidingnavbar.js",
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": ">=3.0.0"
},
"keywords": [
"jquery",
"plugin",
"bootstrap",
"ui",
"navigation"
],
"license": "Apache License v2.0"
}