forked from LiranCohen/stickUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stickUp.jquery.json
38 lines (38 loc) · 1.07 KB
/
stickUp.jquery.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
37
38
{
"name": "stickUp",
"title": "jQuery stickUp",
"description": "A jQuery plugin which makes it easy to create a sticky element or navbar. Has anchor features for one-pagers, as well as more.",
"keywords": [
"menu",
"navigation",
"fixed",
"top",
"sticky",
"plugin"
],
"version": "0.5.7",
"author": {
"name": "Liran Cohen",
"url": "http://lirancohen.github.io/stickUp/"
},
"maintainers": [
{
"name": "Liran Cohen",
"email": "[email protected]",
"url": "http://www.github.com/lirancohen/"
}
],
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"bugs": "https://github.com/LiranCohen/stickUp/issues",
"homepage": "http://lirancohen.github.io/stickUp/",
"docs": "http://lirancohen.github.io/stickUp/#installation",
"download": "https://github.com/LiranCohen/stickUp/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}