forked from Katochimoto/jQCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 967 Bytes
/
bower.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
42
43
{
"name": "jqcloud2",
"homepage": "https://github.com/mistic100/jQCloud",
"description": "jQuery plugin for drawing neat word clouds that actually look like clouds",
"authors": [{
"name": "Luca Ongaro",
"homepage": "http://www.lucaongaro.eu"
}, {
"name": "Daniel White",
"homepage": "http://www.developerdan.com"
}, {
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "http://www.strangeplanet.fr"
}],
"main": [
"dist/jqcloud.js",
"dist/jqcloud.css"
],
"dependencies" : {
"jquery": ">= 1.9.0"
},
"keywords": [
"cloud",
"jquery",
"keyword",
"tag"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQCloud.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"Gruntfile.js"
]
}