{
  "name": "@d3fc/d3fc-extent",
  "version": "4.0.2",
  "description": "Extends the d3 extent functionality to allow multiple accessors, padding and date support",
  "license": "MIT",
  "keywords": [
    "d3",
    "d3fc",
    "array",
    "extent",
    "pad",
    "date"
  ],
  "homepage": "https://github.com/d3fc/d3fc",
  "main": "build/d3fc-extent.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-extent"
  },
  "peerDependencies": {
    "d3-array": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "595cea659ff54292426decd824fdeed380389f18"
}
