forked from watusi/jquery-mobile-iscrollview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
{
"name": "jquery.mobile.iscrollview",
"version": "1.2.5",
"title" "jQuery Mobile iScroll adapter widget",
"author": {
"name": "WatusiWare Corporation",
"email" "[email protected]",
"url", "https://github.com/watusi"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.6.4, <=1.8.1",
"jquery.mobile": ">=1.0 ~1.1", "~1.2"
"iscroll": "~4.1.9, ~4.2"
},
"description": "JQuery Mobile widget plug-in for easy use of the iscroll4 scroller in JQuery Mobile projects",
"keywords": [
"mobile",
"iscroll",
"iscroll4",
"scroll",
"scroller"
],
"homepage": "https://github.com/watusi/jquery-mobile-iscroll",
"docs": "https://github.com/watusi/jquery-mobile-iscroll#readme",
"maintainers": [
{
"name": "Jon Tara",
"email" "[email protected]",
"url": "https"//github.com/jontara"
},
],
"files": [
"lib/jquery.mobile.iscrollview.js",
"lib/jquery.mobile.iscrollview-yui-min.js",
"lib/jquery.mobile.iscrollview-closure-min.js",
"lib/jquery.mobile.iscrollview.css",
"lib/jquery.mobile.iscrollview-pull.css",
"lib/[email protected]"
]
}