forked from kbwood/countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kbw.countdown.jquery.json
37 lines (37 loc) · 1015 Bytes
/
kbw.countdown.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
{
"name": "kbw.countdown",
"title": "jQuery Countdown",
"description": "This plugin sets a div or span to show a countdown to a given time. * Standard or compact formats, or create your own layout. * Decide which periods to show. * Count up from a date/time instead. * Cater for timezone differences and synchronise with server time. * Over 50 localisations.",
"keywords": [
"countdown",
"i18n",
"timer",
"timezone",
"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": "http://keith-wood.name/licence.html"
}
],
"bugs": "https://github.com/kbwood/countdown/issues",
"homepage": "http://keith-wood.name/countdown.html",
"docs": "http://keith-wood.name/countdownRef.html",
"download": "http://keith-wood.name/countdown.html",
"dependencies": {
"jquery": ">=1.4"
}
}