-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrollParams.jquery.json
35 lines (35 loc) · 1.05 KB
/
scrollParams.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
{
"name": "scrollParams",
"title": "scrollParams",
"description": "jQuery plugin to determine scrollbars' widths and presence",
"keywords": [
"scroll",
"autosize",
"auto"
],
"version": "1.0.1",
"author": {
"name": "Stephen Kraushaar",
"url": "https://github.com/FesterCluck/jquery.scrollParams/AUTHORS.txt"
},
"maintainers": [
{
"name": "Stephen Kraushaar",
"email": "[email protected]",
"url": "http://nova-initia.com"
}
],
"licenses": [
{
"type": "Creative Commons Attribution-ShareAlike 3.0 Unported",
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
}
],
"bugs": "https://github.com/FesterCluck/jquery.scrollParams/issues",
"homepage": "https://github.com/FesterCluck/jquery.scrollParams/",
"docs": "https://github.com/FesterCluck/jquery.scrollParams/",
"download": "https://github.com/FesterCluck/jquery.scrollParams/",
"dependencies": {
"jquery": ">=1.7"
}
}