-
Notifications
You must be signed in to change notification settings - Fork 82
/
overscroll.jquery.json
37 lines (37 loc) · 1.03 KB
/
overscroll.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
{
"name": "overscroll",
"version": "1.7.7",
"title": "Overscroll",
"description": "Overscroll is a jQuery Plugin and polyfill for mobile safari's overflow-scrolling style. It is intended for use on desktop browsers.",
"keywords": ["ios", "iphone", "ipad", "retina", "scroll", "drift", "drag", "bounce", "overflow"],
"homepage": "http://azoff.github.io/overscroll/",
"docs": "http://azof.fr/pYCzuM",
"demo": "http://azoff.github.io/overscroll/",
"bugs": "https://github.com/azoff/overscroll/issues",
"author": {
"name": "Jonathan Azoff",
"email": "[email protected]",
"url": "http://github.com/azoff"
},
"maintainers": [
{
"name": "Jonathan Azoff",
"email": "[email protected]",
"url": "http://github.com/azoff"
},
{
"name": "Johannes Schickling",
"email": "[email protected]",
"url": "https://github.com/schickling"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/azoff/overscroll/blob/master/mit.license"
}
],
"dependencies": {
"jquery": ">=2.1.0"
}
}