-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlockscroll.jquery.json
38 lines (38 loc) · 959 Bytes
/
lockscroll.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": "lockscroll",
"title": "jQuery LockScroll",
"description": "Lock the scroll of a element and freeze in the actual position.",
"keywords": [
"jquery",
"plugin",
"lock",
"scroll",
"lockscroll"
],
"version": "1.0.0",
"author": {
"name": "Eduardo Pittol",
"email": "[email protected]",
"url": "https://github.com/edpittol"
},
"maintainers": [
{
"name": "Eduardo Pittol",
"email": "[email protected]",
"url": "https://github.com/edpittol"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/edpittol/jquery-lockscroll/issues",
"homepage": "https://github.com/edpittol/jquery-lockscroll",
"docs": "https://github.com/edpittol/jquery-blockscroll#readme",
"download": "https://github.com/edpittol/jquery-lockscroll/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}