forked from malsup/cycle2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cycle2.jquery.json
33 lines (32 loc) · 923 Bytes
/
cycle2.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
{
"name": "cycle2",
"title": "Cycle2",
"description": "The successor to Cycle. Cycle2 is a mobile and desktop friendly slideshow built around ease-of-use with a declarative API. It supports responsive designs, dynamic slideshow manipulation, swipe events, and lots of options!",
"keywords": [
"slideshow",
"carousel",
"slider"
],
"version": "2.1.5",
"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/cycle2/issues",
"homepage": "http://jquery.malsup.com/cycle2/",
"docs": "http://jquery.malsup.com/cycle2/",
"download": "http://malsup.github.com/min/jquery.cycle2.min.js",
"dependencies": {
"jquery": ">=1.7"
}
}