forked from wimbarelds/TimeCircles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
timecircles.jquery.json
24 lines (24 loc) · 1.04 KB
/
timecircles.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
{
"name": "timecircles",
"version": "1.4.0",
"title": "jQuery TimeCircles",
"author": {
"name" : "Wim Barelds",
"email" : "[email protected]",
"url" : "http://www.wimbarelds.nl/"
},
"licenses": [
{
"type": "MIT",
"url": "http://git.wimbarelds.nl/TimeCircles/MIT.txt"
}
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"description": "TimeCircles is a jQuery plugin that provides a nice looking way to either count down towards a certain time, or to count up from a certain time. The goal for TimeCircles is to provide a simple yet dynamic tool that makes it very easy to provide visitors an attractive countdown or timer.",
"keywords": ["timer", "stopwatch", "count", "countdown", "time", "date", "datetime", "clock", "comingsoon", "ui", "construction"],
"docs": "http://git.wimbarelds.nl/TimeCircles/readme.php",
"demo": "http://git.wimbarelds.nl/TimeCircles/",
"download": "http://git.wimbarelds.nl/TimeCircles/TimeCircles.zip"
}