ngx-phone-validators
Version:
An implementation of angular validators for Angular 2 and higher
37 lines • 1.11 kB
JSON
{
"name": "ngx-phone-validators",
"description": "An implementation of angular validators for Angular 2 and higher",
"repository": {
"type": "git",
"url": "https://github.com/Nightapes/ngx-phone-validators.git"
},
"keywords": [
"angular",
"angular2+",
"validators"
],
"author": "Sebastian Beisch",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nightapes/ngx-phone-validators/issues"
},
"homepage": "https://github.com/Nightapes/ngx-phone-validators",
"peerDependencies": {
"@angular/common": ">= 2.0.0",
"@angular/core": ">= 2.0.0",
"@angular/forms": ">= 2.0.0"
},
"dependencies": {
"google-libphonenumber": "^3.2.19",
"tslib": "^2.0.0"
},
"version": "2.0.1",
"main": "bundles/ngx-phone-validators.umd.js",
"module": "fesm2015/ngx-phone-validators.js",
"es2015": "fesm2015/ngx-phone-validators.js",
"esm2015": "esm2015/ngx-phone-validators.js",
"fesm2015": "fesm2015/ngx-phone-validators.js",
"typings": "ngx-phone-validators.d.ts",
"metadata": "ngx-phone-validators.metadata.json",
"sideEffects": false
}