-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
36 lines (34 loc) · 930 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
35
36
{
"name": "jQuery.stickyNav",
"version": "1.0.0",
"description": "A jQuery plugin make the navbar sticky, smart anchor link highlighting, smooth scrolling. Simple and powerful.",
"categories": [ "UI", "DOM" ],
"author": {
"name": "Zhihao CHEN"
},
"contributors": [
],
"repository": {
"type": "git",
"url": "https://github.com/chenzhihao/sticky-Nav.git"
},
"bugs": {
"web": "https://github.com/chenzhihao/sticky-Nav/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
}
],
"github": "https://github.com/chenzhihao/sticky-Nav.git",
"main": "jquery.stickyNav.js",
"dependencies": {
"jquery": null
},
"ignore": []
}