UNPKG

timecircles

Version:

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 a

38 lines (37 loc) 895 B
{ "name": "timecircles", "version": "1.5.3", "homepage": "http://git.wimbarelds.nl/TimeCircles/", "authors": [ "Wim Barelds <wim.barelds@gmail.com>" ], "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" } }