-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathmobile-datepicker-wrapper.jquery.json
41 lines (41 loc) · 1.29 KB
/
mobile-datepicker-wrapper.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
{
"name": "mobile-datepicker-wrapper",
"title": "jQuery Mobile Datepicker wrapper",
"description": "jQuery Mobile widget which wraps the jQuery UI Datepicker for use on mobile",
"keywords": [
"mobile",
"date",
"datepicker",
"ui",
"widget",
"input",
"calendar"
],
"version": "0.1.0",
"author": {
"name": "Alexander Schmitz and other contributors",
"url": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper"
},
"maintainers": [
{
"name": "Alexander Schmitz",
"email": "arschmitz@gmail.com",
"url": "http://uglymongrel.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper/blob/master/LICENSE"
}
],
"bugs": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper/issues",
"homepage": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper",
"docs": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper",
"download": "https://github.com/arschmitz/jquery-mobile-datepicker-wrapper",
"dependencies": {
"jquery": ">=1.8",
"jquery-ui": ">=1.9",
"jquery-mobile": ">=1.4.0"
}
}