forked from watusi/jquery-mobile-iscrollview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "jquery.mobile.iscrollview",
"version": "1.1",
"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.7.2",
"jquery.mobile": ">=1.0 ~1.1",
"jquery.actual": "~1.0.6"
"iscroll": "~4.1.9"
},
"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": [
"jquery.mobile.iscrollview.js"
]
}