vega-view
Version:
View component and transforms for Vega visualizations.
37 lines (36 loc) • 1.24 kB
JSON
{
"name": "vega-view",
"version": "5.8.0",
"description": "View component and transforms for Vega visualizations.",
"keywords": [
"vega",
"view",
"layout"
],
"license": "BSD-3-Clause",
"author": "Jeffrey Heer (http://idl.cs.washington.edu)",
"main": "build/vega-view.js",
"module": "index",
"repository": "vega/vega",
"scripts": {
"rollup": "rollup -g d3-array:d3,d3-timer:d3,vega-dataflow:vega,vega-format:vega,vega-functions:vega,vega-runtime:vega,vega-scenegraph:vega,vega-util:vega -f umd -n vega -o build/vega-view.js -- index.js",
"prebuild": "rimraf build && mkdir build",
"build": "yarn rollup",
"postbuild": "terser build/vega-view.js -c -m -o build/vega-view.min.js",
"pretest": "yarn prebuild && yarn rollup",
"test": "tape 'test/**/*-test.js'",
"prepublishOnly": "yarn test && yarn build",
"postpublish": "git push && git push --tags"
},
"dependencies": {
"d3-array": "^2.4.0",
"d3-timer": "^1.0.10",
"vega-dataflow": "^5.7.0",
"vega-format": "^1.0.1",
"vega-functions": "^5.7.1",
"vega-runtime": "^6.1.0",
"vega-scenegraph": "^4.8.3",
"vega-util": "^1.14.0"
},
"gitHead": "62565bbe084a422c4a0cbc6e19c6f7c45a3e5137"
}