forked from mistic100/jQCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jqcloud2",
"version": "2.0.3",
"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": "[email protected]",
"homepage": "http://www.strangeplanet.fr"
}
],
"main": "dist/jqcloud.js",
"dependencies": {
"jquery": ">= 1.9.0"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-scss-lint": "^0.3.8",
"grunt-wrap": "^0.3.0",
"jit-grunt": "^0.10.0",
"qunitjs": "^1.23.0",
"time-grunt": "^1.3.0"
},
"keywords": [
"cloud",
"jquery",
"keyword",
"tag"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQCloud.git"
},
"bugs": {
"url": "https://github.com/mistic100/jQCloud/issues"
},
"scripts": {
"test": "grunt test"
}
}