wordcloud
Version:
Tag cloud/Wordle presentation on 2D canvas or HTML
39 lines (38 loc) • 848 B
JSON
{
"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": "timdream@gmail.com",
"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"
}
}