forked from istvan-ujjmeszaros/bootstrap-autohidingnavbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 KB
/
package.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
30
31
32
{
"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.",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"contributors": [
],
"repository": {
"type": "git",
"url": "http://github.com/istvan-ujjmeszaros/bootstrap-autohidingnavbar.git"
},
"homepage": "http://www.virtuosoft.eu/code/bootstrap-autohidingnavbar/",
"version": "1.0.5",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-cssmin": "~0.9.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}]
}