textnavi/static/bower_components/jqcloud2/bower.json

44 lines
967 B
JSON

{
"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"
]
}