forked from harshen/jQuery-countdownTimer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcountdownTimer.jquery.json
43 lines (42 loc) · 956 Bytes
/
countdownTimer.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
40
41
42
{
"name": "countdownTimer",
"title": "jQuery countdownTimer",
"description": "Reverse count down jQuery plugin for displaying countdown as per need. It also displays current local time.",
"keywords": [
"jquery",
"countdown",
"timer",
"countdownTimer",
"reverse",
"clock",
"time",
"hours",
"minutes",
"seconds",
"date",
"days"
],
"version": "1.0.8",
"author": {
"name": "Harshen Pandey",
"email" : "[email protected]",
"url" : "http://harshen.github.io/"
},
"bugs": "https://github.com/harshen/jquery-countdownTimer/issues",
"homepage": "https://github.com/harshen/jquery-countdownTimer",
"demo" : "http://harshen.github.io/jquery-countdownTimer/",
"docs" : "https://raw.github.com/harshen/jquery-countdownTimer/master/DOCS/jQuery_countdownTimer_Documentation",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}