@d3fc/d3fc-element
Version:
Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)
27 lines (26 loc) • 745 B
JSON
{
"name": "@d3fc/d3fc-element",
"version": "6.2.0",
"description": "Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)",
"license": "MIT",
"keywords": [
"d3",
"d3fc",
"element"
],
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-element.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-element"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4ca9aaf85f2a42b51787d3307fa5ec01c14abbfc"
}