-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkbw.datetimeentry.jquery.json
39 lines (39 loc) · 1.03 KB
/
kbw.datetimeentry.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
{
"name": "kbw.datetimeentry",
"title": "jQuery Date/Time Entry",
"description": "This plugin sets an input field up to accept a date/time value using a spinner or the keyboard. * Set date and/or time format, including day and/or month names. * Integrates with mousewheel plugin. * Expandable spinner for easier use. * Over 20 localisations.",
"keywords": [
"date",
"i18n",
"input",
"mousewheel",
"spinner",
"time",
"ui"
],
"version": "2.0.0",
"author": {
"name": "Keith Wood",
"url": "http://keith-wood.name/"
},
"maintainers": [
{
"name": "Keith Wood",
"email": "[email protected]",
"url": "http://keith-wood.name/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/kbwood/datetimeEntry/issues",
"homepage": "http://keith-wood.name/datetimeEntry.html",
"docs": "http://keith-wood.name/datetimeEntryRef.html",
"download": "http://keith-wood.name/datetimeEntry.html",
"dependencies": {
"jquery": ">=1.7"
}
}