forked from mistic100/jQCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.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",
"version": "2.0.1",
"author": [{
"name": "Luca Ongaro",
"homepage": "http://www.lucaongaro.eu"
}, {
"name": "Daniel White",
"homepage": "http://www.developerdan.com"
}, {
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}],
"description": "jQuery plugin for drawing neat word clouds that actually look like clouds",
"main": "dist/jqcloud.js",
"devDependencies": {
"qunitjs": "~1.14.0",
"grunt": "~0.4.5",
"grunt-contrib-qunit": "~0.5.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0"
},
"keywords": [
"cloud",
"jquery",
"keyword",
"tag"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jQCloud",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQCloud.git"
},
"bugs": {
"url": "https://github.com/mistic100/jQCloud/issues"
},
"scripts": {
"test": "grunt test --force"
}
}