-
Notifications
You must be signed in to change notification settings - Fork 514
/
package.json
38 lines (38 loc) · 848 Bytes
/
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
{
"name": "wordcloud",
"version": "1.2.3",
"description": "Tag cloud/Wordle presentation on 2D canvas or HTML",
"homepage": "http://timdream.org/wordcloud2.js/",
"author": {
"name": "Timothy Guan-tin Chien",
"email": "[email protected]",
"url": "http://timdream.org/"
},
"keywords": [
"cloud",
"canvas",
"2D",
"html",
"Wordle",
"presentation",
"tag"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/timdream/wordcloud2.js"
},
"scripts": {
"test": "grunt test",
"lint": "eslint --ext .js,.ts src"
},
"main": "src/wordcloud2.js",
"devDependencies": {
"@arkweid/lefthook": "^0.7.1",
"eslint": "^7.0.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-connect": "^2.1.0",
"grunt-shell": "^0.6.4"
}
}