meraproject/lib/js/flip-clock/bower.json
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

23 lines
501 B
JSON

{
"name": "flipclock",
"version": "0.7.8",
"homepage": "https://github.com/objectivehtml/FlipClock",
"authors": [
"Objective HTML",
"Justin Kimbrell"
],
"description": "FlipClock.js is a proper abstract object oriented clock and counter library with a realistic flip effect.",
"main": [
"compiled/flipclock.js",
"compiled/flipclock.css"
],
"license": "MIT",
"ignore": [
".jshintrc",
"bower_components"
],
"dependencies": {
"jquery": ">=1.7.0"
}
}