-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |