forked from acidb/mobiscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobiscroll.jquery.json
44 lines (44 loc) · 1.02 KB
/
mobiscroll.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
38
39
40
41
42
43
44
{
"name": "mobiscroll",
"title": "Mobiscroll",
"description": "The customizable HTML5 spinner control for touch devices like smartphones and tablets.",
"keywords": [
"datepicker",
"timepicker",
"touchscreen",
"dropdown",
"mobile",
"scroller",
"clickpick"
],
"version": "2.3.1",
"author": {
"name": "Acid Media",
"url": "http://theacidmedia.net"
},
"maintainers": [
{
"name": "Levente Kovacs",
"email": "office@theacidmedia.net",
"url": "https://github.com/acidb"
},
{
"name": "Istvan Halmen",
"email": "isti@theacidmedia.net",
"url": "https://github.com/dioslaska"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/acidb/mobiscroll/blob/master/MITLicense.txt"
}
],
"bugs": "https://github.com/acidb/mobiscroll/issues",
"homepage": "http://mobiscroll.com",
"docs": "http://docs.mobiscroll.com",
"download": "http://download.mobiscroll.com",
"dependencies": {
"jquery": ">=1.6"
}
}