-
Notifications
You must be signed in to change notification settings - Fork 51
/
countdown360.jquery.json
executable file
·41 lines (41 loc) · 1.07 KB
/
countdown360.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
{
"name": "countdown360",
"title": "Countdown 360",
"description": "This is a simple attractive circular countdown timer that counts down a number of seconds. The style is configurable and callbacks are supported on completion.",
"keywords": [
"clock",
"circular",
"countdown",
"timer",
"jquery",
"jquery-plugin",
"plugin"
],
"version": "0.1.9",
"author": {
"name": "John Schult",
"email": "johnschult@icloud.com",
"url": "https://github.com/johnschult"
},
"maintainers": [
{
"name": "John Schult",
"email": "johnschult@icloud.com",
"url": "https://github.com/johnschult"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://johnschult.mit-license.org/"
}
],
"bugs": "https://github.com/johnschult/jquery.countdown360/issues",
"homepage": "https://github.com/johnschult/jquery.countdown360",
"demo": "http://jsfiddle.net/johnschult/gs3WY/",
"docs": "https://github.com/johnschult/jquery.countdown360#readme",
"download": "https://github.com/johnschult/jquery.countdown360/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}