{
  "name": "ddata-ui-input",
  "version": "0.3.21",
  "description": "DData UI Input module, components, models & services",
  "author": {
    "name": "Balázs Winkler",
    "email": "djw@djw.hu"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netdjw/ddata-ui-input.git"
  },
  "bugs": {
    "url": "https://github.com/netdjw/ddata-ui-input/issues"
  },
  "homepage": "https://github.com/netdjw/ddata-ui-input",
  "keywords": [
    "angular",
    "input",
    "datepicker",
    "timepicker",
    "validate",
    "simple"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=13.2.3",
    "@angular/core": ">=13.2.3",
    "@fortawesome/angular-fontawesome": ">=0.7.0",
    "@fortawesome/fontawesome-svg-core": ">=1.2.30",
    "@fortawesome/free-solid-svg-icons": ">=5.14.0",
    "ddata-core": "^0.3.8",
    "ddata-ui-common": "^0.1.17",
    "moment": "^2.27.0",
    "ngx-color-picker": "^10.0.1",
    "ngx-material-timepicker": "^5.5.3",
    "@ng-bootstrap/ng-bootstrap": ">=12.0.0",
    "@angular/localize": ">=12.2.11",
    "pluralize": "^8.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2015/ddata-ui-input.mjs",
  "es2020": "fesm2020/ddata-ui-input.mjs",
  "esm2020": "esm2020/ddata-ui-input.mjs",
  "fesm2020": "fesm2020/ddata-ui-input.mjs",
  "fesm2015": "fesm2015/ddata-ui-input.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ddata-ui-input.mjs",
      "es2020": "./fesm2020/ddata-ui-input.mjs",
      "es2015": "./fesm2015/ddata-ui-input.mjs",
      "node": "./fesm2015/ddata-ui-input.mjs",
      "default": "./fesm2020/ddata-ui-input.mjs"
    }
  },
  "sideEffects": false
}