-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathscrollnavijs.jquery.json
More file actions
39 lines (39 loc) · 1.28 KB
/
scrollnavijs.jquery.json
File metadata and controls
39 lines (39 loc) · 1.28 KB
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
37
38
39
{
"name": "scrollnavijs",
"title": "ScrollNaviJs jQuery",
"description": "ScrollNaviJs is jquery plugin used to create stricky navigation scroller using jquery, it fix navigation on top after scroll second section content, actually navigation fix in bottom of browser when we are in first section content",
"keywords": [
"Scroll",
"navigation",
"onepage",
"animation",
"scrollnavi",
"stricky"
],
"version": "0.1.3",
"author": {
"name": "Developed by Senthil",
"url": "http://senthilraj.github.io/resume/"
},
"maintainers": [
{
"name": "senthil kumar",
"email": "senthil2rajan@gmail.com",
"url": "http://senthilraj.github.io/resume/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/senthilraj/ScrollNaviJs/LICENSE.txt"
}
],
"bugs": "https://github.com/senthilraj/ScrollNaviJs/issues",
"homepage": "https://github.com/senthilraj/ScrollNaviJs",
"docs": "https://github.com/senthilraj/ScrollNaviJs",
"download": "https://github.com/senthilraj/ScrollNaviJs#download",
"demo": "http://senthilraj.github.io/ScrollNaviJs/",
"dependencies": {
"jquery": ">=1.x"
}
}