-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathrs.carousel.jquery.json
42 lines (42 loc) · 1.23 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
42
{
"name": "rs.carousel",
"version": "1.0.2",
"title": "jquery.rs.carousel",
"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"
}
],
"dependencies": {
"jquery": ">=1.8",
"jquery.ui.widget": ">=1.8"
},
"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"
],
"homepage": "https://github.com/richardscarrott/jquery-ui-carousel",
"docs": "http://richardscarrott.github.com/jquery-ui-carousel/",
"demo": "http://www.richardscarrott.co.uk/assets/javascript/jquery/ui-carousel/demo/",
"download": "https://github.com/richardscarrott/jquery-ui-carousel/archive/1.0.0.zip",
"bugs": "https://github.com/richardscarrott/jquery-ui-carousel/issues"
}