{
  "name": "ngx-timezones",
  "version": "1.0.6",
  "description": "An Angular module for timezones (based on moment.js)",
  "homepage": "https://samuelnygaard.github.io/ngx-timezones/",
  "author": {
    "name": "Samuel Nygaard",
    "email": "teamnygaard@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/samuelnygaard/ngx-timezones"
  },
  "bugs": {
    "url": "https://github.com/samuelnygaard/ngx-timezones/issues"
  },
  "keywords": [
    "angular",
    "angular 4",
    "angular 5",
    "ng2",
    "timezone",
    "timezones",
    "selector",
    "picker",
    "moment",
    "moment-js",
    "moment-timezone",
    "timezone selector"
  ],
  "peerDependencies": {
    "@angular/animations": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@angular/cdk": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@angular/forms": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@angular/material": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "ngx-mat-select-search": "^3.0.0",
    "moment-timezone": "^0.5.31"
  },
  "main": "bundles/ngx-timezones.umd.js",
  "module": "fesm2015/ngx-timezones.js",
  "es2015": "fesm2015/ngx-timezones.js",
  "esm2015": "esm2015/ngx-timezones.js",
  "fesm2015": "fesm2015/ngx-timezones.js",
  "typings": "ngx-timezones.d.ts",
  "metadata": "ngx-timezones.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.0.0"
  }
}
