forked from jbutko/stickyNavbar.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 769 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
26
27
28
29
30
31
32
33
34
{
"name": "stickyNavbar.js",
"version": "1.3.4",
"homepage": "https://github.com/jbutko/stickyNavbar.js",
"author": {
"name": "Jozef Butko",
"email": "[email protected]",
"url": "http://www.jozefbutko.com/"
},
"description": "Fancy sticky navigation jQuery plugin with smart anchor links highlighting",
"main": "jquery.stickyNavbar.min.js",
"keywords": [
"stickyNavbar",
"jQuery",
"nav",
"navigation",
"sticky"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jbutko/stickyNavbar.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jbutko/stickyNavbar.js.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}