-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvortex.jquery.json
More file actions
35 lines (35 loc) · 889 Bytes
/
vortex.jquery.json
File metadata and controls
35 lines (35 loc) · 889 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
{
"name": "vortex",
"title": "jQuery Vortex",
"description": "A jQuery plugin which displays HTML elements elliptically, optionally rotating them.",
"keywords": [
"animation",
"rotation",
"arrange",
"organize"
],
"version": "1.0.6",
"author": {
"name": "Luca Fagioli",
"url": "http://blog.montezuma.it"
},
"demo": "http://vortex.montezuma.it",
"download": "http://vortex.montezuma.it",
"maintainers": [
{
"name": "Luca Fagioli",
"email": "info@montezuma.it",
"url": "http://www.montezuma.it"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://opensource.org/licenses/Apache-2.0"
}
],
"homepage": "http://vortex.montezuma.it",
"dependencies": {
"jquery": ">=1.5"
}
}