{
  "name": "d3fc-label-layout",
  "description": "A D3 layout that places labels avoiding overlaps using either a greedy or simulated annealing strategy",
  "license": "MIT",
  "keywords": [
    "d3",
    "d3fc",
    "label",
    "layout"
  ],
  "homepage": "https://github.com/d3fc/d3fc-label-layout",
  "main": "build/d3fc-label-layout.js",
  "jsnext:main": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/d3fc/d3fc-label-layout"
  },
  "scripts": {
    "bundle": "d3fc-scripts bundle",
    "test": "d3fc-scripts test",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "site": "rollup -c site/rollup.config.js",
    "dev": "npm run site && watch -p '{src,test}/**/*.js' -c 'npm run site'",
    "deploy-site": "npm run site && bash ./site/deploy.sh"
  },
  "devDependencies": {
    "d3": "^4.11.0",
    "d3fc-scripts": "^1.1.4",
    "watch-cli": "^0.2.1"
  },
  "dependencies": {
    "d3-array": "^1.0.0",
    "d3-scale": "^1.0.6",
    "d3-selection": "^1.0.0",
    "d3fc-data-join": "^2.0.0",
    "d3fc-rebind": "^4.0.0"
  },
  "version": "5.1.0"
}