forked from azoff/overscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverscroll.jquery.json
32 lines (32 loc) · 906 Bytes
/
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
{
"name": "overscroll",
"version": "1.7.2",
"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://azoffdesign.com/overscroll",
"docs": "http://azof.fr/pYCzuM",
"demo": "http://azoffdesign.com/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"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.example.com/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.9.0"
}
}