forked from wieringen/tinycircleslider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinycircleslider.jquery.json
More file actions
36 lines (36 loc) · 909 Bytes
/
tinycircleslider.jquery.json
File metadata and controls
36 lines (36 loc) · 909 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
30
31
32
33
34
35
36
{
"name": "tinycircleslider",
"title": "Tiny Circleslider",
"version": "2.0.6",
"description": "A lightweight cross browser circular carousel.",
"homepage": "http://www.baijs.com/tinycircleslider",
"repository": {
"type": "git",
"url": "https://github.com/wieringen/tinycircleslider.git"
},
"keywords": [
"UI",
"jQuery",
"Mobile",
"Carousel",
"Slider",
"javascript"
],
"author": {
"name": "Maarten Baijs",
"email": "wieringen@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wieringen/tinycircleslider/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/wieringen/tinycircleslider/issues",
"download": "http://baijs.com/tinycircleslider/",
"demo" : "http://baijs.com/tinycircleslider/",
"docs" : "http://baijs.com/tinycircleslider/",
"dependencies": {
"jquery": ">=1.5"
}
}