-
Notifications
You must be signed in to change notification settings - Fork 12
/
tagcloud.jquery.json
41 lines (41 loc) · 1.15 KB
/
tagcloud.jquery.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": {
"name": "Nurul Ferdous",
"email": "[email protected]",
"url": "http://dynamicguy.com"
},
"bugs": {
"url": "https://github.com/dynamicguy/tagcloud/issues"
},
"demo": "http://dynamicguy.github.com/tagcloud/",
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "jQuery Tag Cloud looking like a 3d sphere. 3d animated tag cloud generated from an array. you can easily customize it by tweaking the params.",
"docs": "https://github.com/dynamicguy/tagcloud/wiki",
"homepage": "http://dynamicguy.github.com/tagcloud/",
"keywords": [
"tag",
"cloud",
"tagcloud",
"animation",
"visualization"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/gpl-2.0"
}
],
"name": "tagcloud",
"repository": {
"type": "git",
"url": "[email protected]:dynamicguy/tagcloud.git"
},
"title": "jQuery Tag Cloud",
"version": "1.2.2"
}