FlipClock/bower.json
Justin Kimbrell 592665ec66 Updated
2014-12-12 15:54:08 -05: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"
}
}