forked from basilio/responsiveCarousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 831 Bytes
/
package.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
{
"name": "responsiveCarousel",
"version": "1.2.0",
"description": "Simple and friendly responsive carousel plugin for jQuery. This library accept any type of content, single or multiple visible elements and multiple galleries in one page. Also, you can navigate with swipe (using hammer.js) and keyboard arrows by default, customice autoRotate options and more!",
"repository": {
"type": "git",
"url": "https://github.com/basilio/responsiveCarousel.git"
},
"keywords": [
"responsive",
"gallery",
"animation",
"swipe",
"keyboard"
],
"author": {
"name": "Basilio Cáceres",
"email": "[email protected]",
"url": "http://isotipo.net"
},
"license": "MIT",
"homepage": "https://basilio.github.io/responsiveCarousel/",
"dependencies": {
"jquery": ">=1.7"
}
}