forked from azoff/overscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
package.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.5.2",
"title": "jQuery.Overscroll()",
"author": {
"name": "Jonathan Azoff",
"url": "http://azoffdesign.com/about"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jquery/jquery/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://raw.github.com/jquery/jquery/master/GPL-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "A jQuery plugin that adds an iOS scrolling experience to any overflowed DOM elements.",
"keywords": [
"scrolling", "iphone", "ipad", "apple", "jquery", "javascript", "plugin", "plug-in"
],
"homepage": "http://azoffdesign.com/overscroll",
"contributors": [
{
"name": "Jonathan Azoff",
"url": "https://github.com/azoff"
}
],
"files": [
"jquery.overscroll.js",
"jquery.overscroll.min.js"
]
}