{
  "name": "@potion/layout",
  "version": "2.0.0-next.0",
  "description": "React components for declaratively composing animated, interactive SVG visualizations using D3 - Layouts",
  "repository": {
    "type": "git",
    "url": "https://github.com/finnfiddle/potion"
  },
  "author": "Finn Fitzsimons",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finnfiddle/potion/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/finnfiddle/potion",
  "keywords": [
    "react-component",
    "react",
    "d3",
    "visualisation",
    "visualization",
    "datavis",
    "dataviz",
    "data",
    "svg",
    "graphics",
    "chart",
    "charting"
  ],
  "main": "lib/index.js",
  "jsnext:main": "src/index",
  "peerDependencies": {
    "react": "~0.14.8 || ^15.0.0 || ^16.0.0",
    "react-dom": "~0.14.8 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@potion/util": "^2.0.0-next.0",
    "babel-runtime": "^6.20.0",
    "d3-chord": "^1.0.4",
    "d3-hierarchy": "^1.1.5",
    "d3-shape": "^1.0.4",
    "d3-v4-grid": "^2.0.2",
    "its-set": "^1.2.3",
    "prop-types": "^15.6.0",
    "react-motion": "^0.5.2"
  }
}
