{
  "name": "ng-world-map-svg",
  "version": "1.0.10",
  "author": "signorprestito",
  "description": "Create a google map with overlay the svg image of the countries indicated and the various places to display or a svg image of a country with the relative places to display.",
  "repository": {
    "type": "git",
    "url": "https://github.com/signorprestito/ng-world-map-svg"
  },
  "keywords": [
    "angular",
    "typescript",
    "map",
    "world"
  ],
  "license": "MIT",
  "dependencies": {
    "@angular/animations": "^7.2.5",
    "@angular/cdk": "^7.3.2",
    "@angular/common": "~7.2.0",
    "@angular/compiler": "~7.2.0",
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/material": "^7.2.0",
    "@angular/platform-browser": "~7.2.0",
    "@angular/platform-browser-dynamic": "~7.2.0",
    "@angular/router": "~7.2.0",
    "@types/googlemaps": "^3.30.16",
    "core-js": "^2.5.4",
    "ng-packagr": "^4.7.1",
    "rxjs": "~6.3.3",
    "tsickle": "^0.34.3",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.26"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.13.0",
    "@angular/cli": "~7.3.0",
    "@angular/compiler-cli": "~7.2.0",
    "@angular/language-service": "~7.2.0",
    "@types/node": "~8.9.4",
    "codelyzer": "~4.5.0",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.11.0",
    "typescript": "~3.2.2"
  },
  "main": "bundles/ng-world-map-svg.umd.js",
  "module": "fesm5/ng-world-map-svg.js",
  "es2015": "fesm2015/ng-world-map-svg.js",
  "esm5": "esm5/ng-world-map-svg.js",
  "esm2015": "esm2015/ng-world-map-svg.js",
  "fesm5": "fesm5/ng-world-map-svg.js",
  "fesm2015": "fesm2015/ng-world-map-svg.js",
  "typings": "ng-world-map-svg.d.ts",
  "metadata": "ng-world-map-svg.metadata.json",
  "sideEffects": false
}
