forked from richardscarrott/jquery-ui-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrs.carousel.jquery.json
41 lines (41 loc) · 1.17 KB
/
rs.carousel.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
33
34
35
36
37
38
39
40
41
{
"name": "rs.carousel",
"title": "jQuery RS Carousel",
"description": "jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped",
"keywords": [
"carousel",
"touch",
"drag",
"slider",
"slideshow",
"cycle",
"responsive",
"ui",
"widget",
"rs"
],
"version": "0.11.0",
"author": {
"name": "Richard Scarrott",
"email": "[email protected]",
"url": "http://richardscarrott.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/richardscarrott/jquery-ui-carousel/issues",
"demo": "http://www.richardscarrott.co.uk/assets/javascript/jquery/ui-carousel/demo/",
"docs": "https://github.com/richardscarrott/jquery-ui-carousel#docs",
"download": "https://github.com/richardscarrott/jquery-ui-carousel/archive/0.11.0.zip",
"dependencies": {
"jquery": ">=1.8",
"jquery.ui.widget": ">=1.8"
}
}