-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstuck.jquery.json
34 lines (34 loc) · 965 Bytes
/
stuck.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
{
"name": "stuck",
"title": "jQuery Stuck",
"description": "A responsive sticky element jQuery plugin.",
"keywords": [
"stuck",
"sticky",
"jquery"
],
"version": "1.0.5",
"author": {
"name": "Alex Taujenis",
"url": "https://github.com/alextaujenis"
},
"maintainers": [
{
"name": "Alex Taujenis",
"url": "https://github.com/alextaujenis"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/alextaujenis/jquery-stuck/issues",
"homepage": "https://alextaujenis.github.io/jquery-stuck/",
"docs": "https://alextaujenis.github.io/jquery-stuck/docs.html",
"download": "https://raw.githubusercontent.com/alextaujenis/jquery-stuck/gh-pages/src/jquery.stuck.js",
"dependencies": {
"jquery": ">=1.5"
}
}