forked from malsup/cycle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcycle.jquery.json
More file actions
34 lines (33 loc) · 949 Bytes
/
cycle.jquery.json
File metadata and controls
34 lines (33 loc) · 949 Bytes
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
{
"name": "cycle",
"title": "Cycle",
"description": "Wildly popular slideshow plugin for displaying image or non-image slideshows. Lots of available transition effects such as fade, scroll, shuffle, zoom, and many more. Lots of features and ease of use is what this plugin is all about.",
"keywords": [
"slideshow",
"carousel",
"slider",
"cycle"
],
"version": "3.0.3-2013.07.11",
"author": {
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://malsup.github.com/mit-license.txt"
},
{
"type": "GPL",
"url": "http://malsup.github.com/gpl-license-v2.txt"
}
],
"bugs": "https://github.com/malsup/cycle/issues",
"homepage": "http://jquery.malsup.com/cycle/",
"docs": "http://jquery.malsup.com/cycle/",
"download": "http://malsup.github.com/jquery.cycle.all.js",
"dependencies": {
"jquery": ">=1.7"
}
}