ng-valid-phone
Version:
Angularjs directive which use google's libphonenumber library for international phone number validations.
23 lines (22 loc) • 602 B
JSON
{
"name": "ng-valid-phone",
"version": "1.0.3",
"author": "Eray Cetinay <eraycetinay@gmail.com>",
"main": "dist/ng-valid-phone.js",
"description": "Angularjs directive which use google's libphonenumber library for international phone number validations.",
"dependencies": {
"angular": "^1.2.x || >= 1.4.0-beta.0 || >= 1.5.0-beta.0",
"google-libphonenumber": "~3.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/eraycetinay/ng-valid-phone.git"
},
"keywords": [
"angular",
"phone",
"validation",
"directive"
],
"license": "MIT"
}