{
  "name": "ngx-custom-numeric-range-form-field",
  "version": "2.4.0",
  "peerDependencies": {
    "@angular/common": "^13.0.0",
    "@angular/core": "^13.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "author": {
    "name": "Oubayda Khayata",
    "email": "oubaydakhayata@gmail.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Oubayda-Khayata/ngx-numeric-range-form-field"
  },
  "description": "Angular material numeric range form field",
  "keywords": [
    "ng",
    "angular",
    "numeric range form field",
    "numeric",
    "range",
    "number",
    "number range",
    "angular range",
    "input range",
    "angular input range",
    "form",
    "field",
    "mat form field",
    "custom control",
    "cva",
    "library"
  ],
  "license": "Apache",
  "homepage": "https://github.com/Oubayda-Khayata/ngx-numeric-range-form-field/blob/main/README.md",
  "bugs": {
    "url": "https://github.com/Oubayda-Khayata/ngx-numeric-range-form-field/issues"
  },
  "module": "fesm2015/ngx-custom-numeric-range-form-field.mjs",
  "es2020": "fesm2020/ngx-custom-numeric-range-form-field.mjs",
  "esm2020": "esm2020/ngx-custom-numeric-range-form-field.mjs",
  "fesm2020": "fesm2020/ngx-custom-numeric-range-form-field.mjs",
  "fesm2015": "fesm2015/ngx-custom-numeric-range-form-field.mjs",
  "typings": "ngx-custom-numeric-range-form-field.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./ngx-custom-numeric-range-form-field.d.ts",
      "esm2020": "./esm2020/ngx-custom-numeric-range-form-field.mjs",
      "es2020": "./fesm2020/ngx-custom-numeric-range-form-field.mjs",
      "es2015": "./fesm2015/ngx-custom-numeric-range-form-field.mjs",
      "node": "./fesm2015/ngx-custom-numeric-range-form-field.mjs",
      "default": "./fesm2020/ngx-custom-numeric-range-form-field.mjs"
    }
  },
  "sideEffects": false
}