forked from coverflowjs/coverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverflow.jquery.json
More file actions
49 lines (49 loc) · 1.16 KB
/
coverflow.jquery.json
File metadata and controls
49 lines (49 loc) · 1.16 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "coverflow",
"title": "CoverflowJS",
"description": "A jQuery UI powered coverflow component that takes advantage of CSS3 features",
"keywords": [
"coverflow",
"cover",
"album",
"flow",
"slider",
"slide"
],
"version": "3.0.0",
"author": {
"name": "Sebastian Sauer",
"url": "http://jscouch.de"
},
"maintainers": [
{
"name": "Addy Osmani",
"email": "addyosmani@gmail.com",
"url": "http://addyosmani.com"
},
{
"name": "Sebastian Sauer",
"email": "info@dynpages.de",
"url": "http://jscouch.com"
},
{
"name": "Brandon Belvin",
"email": "brandon.belvin@gmail.com",
"url": "http://brandonbelvin.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/coverflowjs/coverflow/issues",
"homepage": "http://coverflowjs.github.io/coverflow/",
"docs": "http://coverflowjs.github.io/coverflow/tutorial/get-started/",
"download": "https://github.com/coverflowjs/coverflow/archive/3.0.0.zip",
"dependencies": {
"jquery": ">=1.8.0",
"jqueryui": ">=1.9.0"
}
}