@d3fc/d3fc-group
Version:
A utility for manipulating CSV / TSV data to allow rendering of grouped series.
29 lines (28 loc) • 695 B
JSON
{
"name": "@d3fc/d3fc-group",
"version": "3.0.1",
"description": "A utility for manipulating CSV / TSV data to allow rendering of grouped series.",
"license": "MIT",
"keywords": [
"grouped",
"CSV",
"TSV",
"D3",
"d3fc"
],
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-group.js",
"module": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3fc/d3fc"
},
"scripts": {
"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-group"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3c6890b82dbb430bafd52420c0dd506861f16f5d"
}