View file bootstrap-autohidingnavbar-master/bower.json

File size: 644B
{
	"name": "bootstrap-autohidingnavbar",
	"version": "1.0.4",
	"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.",
	"main": "src/jquery.bootstrap-autohidingnavbar.js",
  "dependencies": {
    "jquery": ">=1.9.0",
    "bootstrap": "~3.0"
  },
	"keywords": [
		"jquery",
		"plugin",
		"bootstrap",
		"ui",
		"navigation"
	],
	"license": "Apache-2.0"
}