UNPKG

vega-wordcloud

Version:

Wordcloud layout transform for Vega dataflows.

42 lines (41 loc) 981 B
{ "name": "vega-wordcloud", "version": "5.1.0", "description": "Wordcloud layout transform for Vega dataflows.", "keywords": [ "vega", "wordcloud", "layout" ], "license": "BSD-3-Clause", "type": "module", "author": { "name": "Vega", "url": "https://vega.github.io" }, "exports": { "default": "./build/vega-wordcloud.js" }, "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "prebuild": "del-cli build", "build": "rollup -c rollup.config.js", "pretest": "npm run build -- --config-test", "test": "tape 'test/**/*-test.js'", "prepublishOnly": "npm test && npm run build" }, "dependencies": { "vega-canvas": "^2.0.0", "vega-dataflow": "^6.1.0", "vega-scale": "^8.1.0", "vega-statistics": "^2.0.0", "vega-util": "^2.1.0" }, "devDependencies": { "vega-transforms": "*" }, "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c" }