-
Notifications
You must be signed in to change notification settings - Fork 39
/
jqcoverflow.jquery.json
37 lines (37 loc) · 1.07 KB
/
jqcoverflow.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "jqcoverflow",
"version": "1.3.5",
"title": "Vanderlee Coverflow",
"description": "A jQuery-based Coverflow components with optional mousewheel, CSS3 interpolation, transformations, touch swipe, reflections and more.",
"author": {
"name": "Martijn van der Lee",
"url": "http://martijn.vanderlee.com",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vanderlee/coverflow.git"
},
"dependencies": {
"jquery": ">=1.7.0",
"jqueryui": ">=1.9.0"
},
"homepage": "http://vanderlee.github.com/coverflow",
"demo": "http://vanderlee.github.com/coverflow",
"download":"https://github.com/vanderlee/coverflow",
"bugs": "https://github.com/vanderlee/coverflow/issues",
"maintainers": [
{
"name": "Martijn van der Lee",
"url": "http://martijn.vanderlee.com",
"email": "[email protected]"
}
],
"keywords": ["coverflow", "cover", "flow", "page", "scroll", "slideshow", "slide"]
}