{
  "name": "react-chartjs2",
  "version": "1.2.1",
  "description": "React component for Chart.js",
  "main": "./lib/index.js",
  "scripts": {
    "prepublish": "babel ./src --out-dir ./lib",
    "example": "webpack --config ./webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:houjiazong/react-chartjs2.git"
  },
  "keywords": [
    "react-chart",
    "react-chartjs",
    "chart",
    "chartjs",
    "react",
    "react-component",
    "babel",
    "es6"
  ],
  "author": "houjiazong <houjiazong@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/houjiazong/react-chartjs2/issues"
  },
  "homepage": "https://github.com/houjiazong/react-chartjs2",
  "peerDependencies": {
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0",
    "prop-types": ">=15.6.0",
    "chart.js": ">=2.5"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-core": "^6.7.2",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "webpack": "^1.13.2"
  }
}
