joi-cpf-cnpj
Version:
a Joi module validation for the brazilian CPF and CNPJ documents
32 lines (31 loc) • 729 B
JSON
{
"name": "joi-cpf-cnpj",
"version": "0.1.0",
"description": "a Joi module validation for the brazilian CPF and CNPJ documents",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etourinho/joi-cpf-cnpj.git"
},
"keywords": [
"joi",
"cnpj",
"cpf"
],
"author": "Eduardo Tourinho <eduardo.tourinho@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/etourinho/joi-cpf-cnpj/issues"
},
"homepage": "https://github.com/etourinho/joi-cpf-cnpj#readme",
"dependencies": {
"cpf_cnpj": "^0.2.0",
"joi": "^10.6.0"
},
"devDependencies": {
"jasmine": "^2.6.0"
}
}