forked from justinmc/jQuery-Open-Carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenCarousel.jquery.json
34 lines (33 loc) · 1.05 KB
/
openCarousel.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
{
"name" : "openCarousel",
"version" : "1.1.0",
"title" : "jQuery Open Carousel",
"author" : {
"name" : "Justin McCandless",
"email" : "[email protected]",
"url" : "http://www.justinmccandless.com"
},
"description" : "A carousel that's as easy to customize and configure without javascript as it is to hack for any specific use",
"keywords" : [
"carousel",
"slideshow",
"slide",
"slider",
"image",
"bar",
"mutable"
],
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/justinmc/jQuery-Open-Carousel/master/LICENSE.md"
}
],
"docs" : "https://github.com/justinmc/jQuery-Open-Carousel/blob/master/README.md",
"demo" : "http://justinmccandless.com/demos/Scrolling-Image-Bar/index.html",
"bugs" : "https://github.com/justinmc/jQuery-Open-Carousel/issues",
"homepage" : "https://github.com/justinmc/jQuery-Open-Carousel",
"dependencies" : {
"jquery" : ">=1.4.3"
}
}