{
  "name": "react-stockcharts-lx",
  "version": "0.7.21",
  "description": "Highly customizable stock charts with ReactJS and d3",
  "main": "index.js",
  "module": "es/index.js",
  "author": {
    "name": "Ragu Ramaswamy"
  },
  "homepage": "http://rrag.github.io/react-stockcharts/",
  "license": "MIT",
  "dependencies": {
    "d3-array": "^1.2.1",
    "d3-collection": "^1.0.4",
    "d3-force": "^1.1.0",
    "d3-format": "^1.2.1",
    "d3-interpolate": "^1.1.6",
    "d3-path": "^1.0.5",
    "d3-scale": "^1.0.7",
    "d3-selection": "^1.2.0",
    "d3-shape": "^1.2.0",
    "d3-time": "^1.0.8",
    "d3-time-format": "^2.1.1",
    "debug": "^3.1.0",
    "lodash.flattendeep": "^4.4.0",
    "prop-types": "^15.6.0",
    "save-svg-as-png": "^1.4.5"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "keywords": [
    "charts",
    "charting",
    "stockcharts",
    "finance",
    "financechart",
    "react",
    "ReactJS",
    "d3",
    "react-component",
    "react-charts",
    "chart-components",
    "javascript-finance-chart",
    "javascript-stockchart",
    "data-visualization",
    "data-viz",
    "d3-finance-chart",
    "d3-stockchart"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rrag/react-stockcharts.git"
  },
  "bugs": {
    "url": "https://github.com/rrag/react-stockcharts/issues"
  },
  "maintainers": [
    {
      "name": "rrag",
      "email": "ragunath.ramaswamy@gmail.com"
    }
  ],
  "esnext": "es/index.js"
}