FlipClock/bower.json

23 lines
501 B
JSON
Raw Permalink Normal View History

2014-05-14 20:16:18 +00:00
{
"name": "flipclock",
2014-12-12 20:54:08 +00:00
"version": "0.7.8",
2014-05-14 20:16:18 +00:00
"homepage": "https://github.com/objectivehtml/FlipClock",
"authors": [
"Objective HTML",
"Justin Kimbrell"
],
2014-05-25 23:43:22 +00:00
"description": "FlipClock.js is a proper abstract object oriented clock and counter library with a realistic flip effect.",
2014-08-11 02:56:34 +00:00
"main": [
"compiled/flipclock.js",
"compiled/flipclock.css"
],
2014-05-14 20:16:18 +00:00
"license": "MIT",
"ignore": [
".jshintrc",
"bower_components"
],
"dependencies": {
"jquery": ">=1.7.0"
}
}