{
  "name": "@d3fc/d3fc-rebind",
  "version": "6.0.1",
  "description": "Utilities for copying methods from one d3 component to another in a configurable way",
  "license": "MIT",
  "keywords": [
    "d3",
    "d3fc",
    "rebind",
    "rebindAll",
    "all"
  ],
  "homepage": "https://github.com/d3fc/d3fc",
  "main": "build/d3fc-rebind.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-rebind"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3c6890b82dbb430bafd52420c0dd506861f16f5d"
}
