Skip to content

Commit

Permalink
Bower.json added
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn authored and Martijn committed Oct 28, 2014
1 parent f329107 commit dcdf115
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Vanderlee Coverflow",
"version": "1.0.4",
"homepage": "https://github.com/vanderlee/coverflow",
"authors": [
"Martijn van der Lee <[email protected]>"
],
"description": "A jQuery-based Coverflow components with optional mousewheel, CSS3 interpolation, transformations, touch swipe, reflections and more.",
"main": "jquery.coverflow.js",
"keywords": [
"jquery",
"coverflow"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7.0",
"jqueryui": ">=1.9.0"
}
}

0 comments on commit dcdf115

Please sign in to comment.