-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsimplefadeslideshow.jquery.json
More file actions
43 lines (43 loc) · 1.47 KB
/
simplefadeslideshow.jquery.json
File metadata and controls
43 lines (43 loc) · 1.47 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
{
"name": "simplefadeslideshow",
"title": "Simple Fade SlideShow",
"description": "Simple Fade SlideShow is a very simple and easy to use fade-image slideshow. Its structure is very flexible and you can use it for image and / or content transition. Simple Fade SlideShow is highly customizable with CSS and it can either create the list and buttons automatically or you can create your own individual elements and Simple Fade SlideShow will only bind the relevant functions.",
"keywords": [
"slideshow",
"animation",
"effect",
"fade",
"slider",
"transition",
"options",
"ui",
"jquery",
"image"
],
"version": "2.2.1",
"author": {
"name": "Pascal Bajorat",
"url": "https://www.pascal-bajorat.com"
},
"maintainers": [
{
"name": "Pascal Bajorat",
"email": "pascal@pascal-bajorat.com",
"url": "https://www.pascal-bajorat.com"
}
],
"licenses": [
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.txt"
}
],
"bugs": "https://github.com/pascalbajorat/simplefadeslideshow/issues",
"homepage": "http://www.simplefadeslideshow.com/",
"demo": "http://www.simplefadeslideshow.com/",
"docs": "http://www.simplefadeslideshow.com/documentation/",
"download": "http://www.simplefadeslideshow.com/download/",
"dependencies": {
"jquery": ">=1.5"
}
}