{
  "name": "@expertbridge-ui/legacy-plugin-chart-country-map",
  "version": "2.0.0",
  "description": "Expertbridge Legacy Chart - Country Map",
  "sideEffects": [
    "*.css"
  ],
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache-expertbridge/expertbridge-ui.git"
  },
  "keywords": [
    "expertbridge"
  ],
  "author": "Expertbridge",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/apache-expertbridge/expertbridge-ui/issues"
  },
  "homepage": "https://github.com/apache-expertbridge/expertbridge-ui#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@expertbridge-ui/chart-controls": "^2.0.0",
    "@expertbridge-ui/core": "^2.0.0",
    "d3": "^3.5.17",
    "d3-array": "^2.0.3",
    "prop-types": "^15.6.2"
  }
}
