-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathkbw.datepick.jquery.json
33 lines (33 loc) · 1.07 KB
/
kbw.datepick.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
{
"name": "kbw.datepick",
"title": "jQuery Datepicker",
"description": "Attaches a popup calendar to your input fields or shows an inline calendar for selecting individual dates or date ranges. * Select one date, multiple individual dates, or a range of dates. * Keyboard support. * Standard layout, or design your own. * Restrict dates to a range or exclude individual dates. * Add your own commands. * Use one of the provided themes, or any of the standard Themeroller themes. * Over 70 localisations.",
"keywords": [
"calendar",
"date",
"datepicker",
"i18n",
"input",
"ui",
"validation"
],
"version": "5.1.1",
"author": {
"name": "Keith Wood",
"email": "[email protected]"
"url": "http://keith-wood.name/"
},
"licenses": [
{
"type": "MIT",
"url": "http://keith-wood.name/licence.html"
}
],
"bugs": "https://github.com/kbwood/datepick/issues",
"homepage": "http://keith-wood.name/datepick.html",
"docs": "http://keith-wood.name/datepickRef.html",
"download": "http://keith-wood.name/datepick.html",
"dependencies": {
"jquery": ">=1.12"
}
}