forked from fredleblanc/roundabout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroundabout.jquery.json
More file actions
33 lines (33 loc) · 872 Bytes
/
roundabout.jquery.json
File metadata and controls
33 lines (33 loc) · 872 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
{
"name": "roundabout",
"version": "2.4.2",
"title": "Roundabout",
"description": "Easily convert unordered lists & other nested HTML structures into entertaining, interactive, turntable-like areas.",
"author": {
"name": "Fred LeBlanc",
"email": "fred@fredhq.com",
"url": "http://fredhq.com"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"dependencies": {
"jquery": ">=1.2.0"
},
"keywords": [
"roundabout",
"turntable",
"lazy",
"susan",
"carousel",
"3d"
],
"homepage": "http://fredhq.com/projects/roundabout",
"download": "http://fredhq.com/projects/roundabout",
"docs": "http://fredhq.com/projects/roundabout",
"demo": "http://fredhq.com/projects/roundabout#/demos",
"bugs": "https://github.com/fredhq/roundabout/issues"
}