{
  "name": "@vendasta/fec-bar-chart",
  "version": "1.0.0",
  "description": "Bar chart component using high charts",
  "main": "index.js",
  "scripts": {
  },
  "keywords": [
    "chart"
  ],
  "author": "vendasta r&d",
  "typings": "index.d.ts",
  "license": "ISC",
  "files": [
    "bar-chart.module.js",
    "bar-chart.module.d.ts",
    "bar-chart.component.d.ts"
  ],
  "peerDependencies": {
    "highcharts": "4.x"
  }
}
