forked from wimbarelds/TimeCircles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 895 Bytes
/
package.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
{
"name": "timecircles",
"version": "1.5.3",
"homepage": "http://git.wimbarelds.nl/TimeCircles/",
"authors": [
"Wim Barelds <[email protected]>"
],
"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.",
"main": "inc/TimeCircles.js",
"moduleType": [
"globals"
],
"keywords": [
"timer",
"stopwatch",
"count",
"countdown",
"time",
"date",
"datetime",
"clock",
"comingsoon",
"ui",
"construction"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.9.1"
}
}