{
  "name": "react-echarts",
  "version": "0.1.1",
  "description": "ECharts Components for React",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel ./src -d lib",
    "gh-pages": "gulp publish:examples",
    "lint": "eslint src examples",
    "start": "gulp dev",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luqin/react-echarts"
  },
  "license": "ISC",
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "react": ">=0.14.0 || ^15.0.0-rc.2"
  },
  "dependencies": {
    "echarts": "^3.1.3"
  },
  "devDependencies": {
    "babel": "5.8.29",
    "babel-core": "5.8.29",
    "babel-eslint": "^4.1.5",
    "babel-plugin-object-assign": "^1.1.0",
    "bootstrap": "3.3.5",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "2.1.1",
    "eslint-config-onefe": "0.2.0",
    "eslint-plugin-react": "^3.11.3",
    "gulp": "^3.9.0",
    "jquery": "^2.1.4",
    "node-sass": "3.4.2",
    "react": "^0.14.7",
    "react-dom": "^0.14.7",
    "react-bootstrap": "^0.28.1",
    "react-component-tools": "^0.6.0",
    "react-router": "2.0.1",
    "react-router-bootstrap": "^0.20.0",
    "webpack": "1.12.6",
    "webpack-dev-server": "1.12.1"
  },
  "keywords": [
    "echarts",
    "react-echarts",
    "chart",
    "charts",
    "graph",
    "react-component"
  ]
}
