-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcountdownTimer.jquery.json
47 lines (47 loc) · 1.35 KB
/
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
43
44
45
46
47
{
"name":"countdowntimer",
"title":"jQuery countdownTimer",
"description":"Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.",
"keywords":[
"jquery",
"countdown",
"timer",
"countdownTimer",
"reverse",
"clock",
"time",
"hours",
"minutes",
"seconds",
"date",
"days",
"years",
"months",
"localisation",
"jquery-plugin"
],
"version":"2.0.1",
"author":{
"name":"Harshen Pandey",
"email":"[email protected]",
"url":"https://remote.com/harshen/"
},
"bugs":"https://github.com/harshen/jQuery-countdownTimer/issues",
"homepage":"https://github.com/harshen/jQuery-countdownTimer",
"demo":"https://harshen.github.io/jQuery-countdownTimer/",
"docs":"https://harshen.github.io/jQuery-countdownTimer/docs/features/",
"download":"https://github.com/harshen/jQuery-countdownTimer/releases/download/2.0.0/jQuery.countdownTimer-2.0.0.zip",
"license":[
{
"type":"MIT",
"url":"https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE.md"
},
{
"type":"GPL-3.0",
"url":"https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE-GPL.md"
}
],
"dependencies":{
"jquery":"^3.2.1"
}
}