UNPKG

ngx-custom-validators

Version:
54 lines (53 loc) 1.51 kB
{ "name": "ngx-custom-validators", "version": "11.0.1", "description": "Angular custom directives for validation", "repository": { "type": "git", "url": "git+https://github.com/rsaenen/ngx-custom-validators.git" }, "keywords": [ "angular", "angular 10", "directive", "reactive", "template", "forms", "validate", "validation", "validators", "custom" ], "author": "Ralf Saenen <ralf.saenen@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/rsaenen/ngx-custom-validators/issues" }, "homepage": "https://github.com/rsaenen/ngx-custom-validators#readme", "private": false, "peerDependencies": { "@angular/common": "~11.0.0", "@angular/core": "~11.0.0", "@angular/forms": "~11.0.0" }, "dependencies": { "@angular/common": "~11.0.0", "@angular/compiler": "~11.0.0", "@angular/core": "~11.0.0", "@angular/forms": "~11.0.0", "@angular/platform-browser": "~11.0.0", "@angular/platform-browser-dynamic": "~11.0.0", "moment": "^2.28.0", "rxjs": "~6.6.3", "tslib": "^2.0.0", "zone.js": "~0.11.1" }, "main": "bundles/ngx-custom-validators.umd.js", "module": "fesm2015/ngx-custom-validators.js", "es2015": "fesm2015/ngx-custom-validators.js", "esm2015": "esm2015/ngx-custom-validators.js", "fesm2015": "fesm2015/ngx-custom-validators.js", "typings": "ngx-custom-validators.d.ts", "metadata": "ngx-custom-validators.metadata.json", "sideEffects": false }