forked from specious/cloud9carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 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
{
"name": "cloud9carousel",
"version": "2.1.0",
"title": "Cloud 9 Carousel",
"description": "3D perspective carousel for jQuery/Zepto with a focus on slick performance",
"homepage": "http://specious.github.io/cloud9carousel/",
"license": "MIT",
"keywords": [
"jquery-plugin",
"zepto-plugin",
"ui",
"carousel",
"ecosystem:jquery",
"ecosystem:zepto"
],
"author": "Ildar Sagdejev <specious@gmail.com> (http://specious.github.io/)",
"contributors": [
"Raffaele Cecco (http://www.professorcloud.com/)"
],
"repository": {
"type": "git",
"url": "specious/cloud9carousel"
},
"bugs": "https://github.com/specious/cloud9carousel/issues",
"dependencies": {
"jquery": ">=1.3"
},
"main": "jquery.cloud9carousel.js"
}