forked from i-like-robots/jQuery-Slideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslideshow.jquery.json
More file actions
30 lines (30 loc) · 842 Bytes
/
slideshow.jquery.json
File metadata and controls
30 lines (30 loc) · 842 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
{
"name": "slideshow",
"version": "1.6.1",
"title": "jQuery Slideshow",
"description": "jQuery Slideshow is a performant and developer friendly image slideshow and content carousel plugin with support for touch gestures. 2KB when gzipped.",
"keywords": [
"slideshow",
"carousel",
"slider",
"content",
"image"
],
"author": {
"name": "Matt Hinchliffe",
"email": "matt+jquery@maketea.co.uk",
"url": "http://maketea.co.uk"
},
"licenses": [
{
"type": "CC BY-SA 3.0",
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
}
],
"bugs": "https://github.com/i-like-robots/jQuery-Slideshow/issues",
"homepage": "http://i-like-robots.github.com/jQuery-Slideshow/",
"demo": "http://i-like-robots.github.com/jQuery-Slideshow/",
"dependencies": {
"jquery": ">=1.7"
}
}