{
  "name": "react-d3",
  "version": "0.4.0",
  "description": "ReactJS charts using d3",
  "author": "Eric S. Bullington",
  "homepage": "http://esbullington.github.io/react-d3-website/",
  "keywords": "d3,react,charts,ReactJS,react-component",
  "license": "MIT",
  "main": "index.js",
  "devDependencies": {
    "browserify": "^8.0.0"
  },
  "dependencies": {
    "d3": "^3.5.0",
    "react": ">0.12.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/esbullington/react-d3.git"
  }
}
