ngacw-dpi
Version:
Validates input as Guatemalan DPI (Documento Personal de Identificación, something like a SSN)
31 lines (30 loc) • 773 B
JSON
{
"name": "ngacw-dpi",
"version": "2.0.0",
"description": "Validates input as Guatemalan DPI (Documento Personal de Identificación, something like a SSN)",
"main": "src/ngacw-dpi.directive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git@github.com:acwilan/ngacw-dpi.git",
"keywords": [
"dpi",
"Guatemala",
"validation",
"SSN"
],
"author": "Andres Rovira",
"license": "MIT",
"bugs": {
"url": "https://github.com/acwilan/ngacw-dpi/issues"
},
"homepage": "https://github.com/acwilan/ngacw-dpi#readme",
"devDependencies": {
"bootstrap3": "^3.3.5",
"grunt": "^1.0.3",
"grunt-contrib-uglify": "^4.0.0"
},
"dependencies": {
"ngacw-directives": "^2.0.2"
}
}