-
Notifications
You must be signed in to change notification settings - Fork 31
/
kbw.timeentry.jquery.json
38 lines (38 loc) · 1.01 KB
/
kbw.timeentry.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
{
"name": "kbw.timeentry",
"title": "jQuery Time Entry",
"description": "This plugin sets an input field up to accept a time value using a spinner or the keyboard. * Set time format, including seconds and/or 24 hour time. * Allows unlimited hours. * Integrates with mousewheel plugin. * Expandable spinner for easier use. * Over 20 localisations.",
"keywords": [
"i18n",
"input",
"mousewheel",
"spinner",
"time",
"ui"
],
"version": "2.0.1",
"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/timeEntry/issues",
"homepage": "http://keith-wood.name/timeEntry.html",
"docs": "http://keith-wood.name/timeEntryRef.html",
"download": "http://keith-wood.name/timeEntry.html",
"dependencies": {
"jquery": ">=1.7"
}
}