forked from hilios/jQuery.countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
countdown.jquery.json
32 lines (32 loc) · 909 Bytes
/
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
{
"name": "countdown",
"version": "2.2.0",
"title": "The Final Countdown",
"description": "jQuery plugin to display a countdown clock on your page.",
"keywords": [
"countdown",
"coupons",
"auction",
"clock",
"datetime",
"date"
],
"author": {
"name": "Edson Hilios",
"url": "http://edson.hilios.com.br"
},
"homepage": "http://hilios.github.io/jQuery.countdown/",
"docs": "http://hilios.github.io/jQuery.countdown/documentation.html",
"demo": "http://hilios.github.io/jQuery.countdown/examples.html",
"bugs": "https://github.com/hilios/jQuery.countdown/issues",
"download": "https://github.com/hilios/jQuery.countdown/releases/download/2.0.4/jquery.countdown-2.0.4.zip",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hilios/jQuery.countdown/blob/2.0.4/LICENSE.md"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}