{
  "name": "react-d3-brush",
  "version": "1.1.0",
  "description": "react-d3 brush implementation",
  "main": "./lib/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "webpack -w",
    "build": "rm -rf ./lib && babel -w --stage 0 src --out-dir lib",
    "prod": "NODE_ENV=0 webpack --config webpack.prod.config.js && NODE_ENV=1 webpack --config webpack.prod.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:react-d3/react-d3-brush.git"
  },
  "keywords": [
    "react-d3",
    "brush"
  ],
  "author": "chilijung <chilijung@gmail.com> (http://lijung.com/)",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/react-d3/react-d3-brush/issues"
  },
  "homepage": "https://github.com/react-d3/react-d3-brush",
  "devDependencies": {
    "babel-core": "^5.8.24",
    "babel-loader": "^5.3.2",
    "css-loader": "^0.18.0",
    "dsv-loader": "^1.0.0",
    "json-loader": "^0.5.3",
    "jsx-loader": "^0.13.2",
    "react-hot-loader": "^1.3.0",
    "style-loader": "^0.12.4",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.11.0"
  },
  "peerDependencies": {
    "react": "^0.14.0"
  },
  "dependencies": {
    "d3": "^3.5.6",
    "react-d3-basic": "^1.2.0",
    "react-d3-core": "^1.0.5",
    "react-dom": "^0.14.0"
  }
}
