telefone
Version:
Biblioteca para validar facilmente telefones brasileiros
33 lines (32 loc) • 748 B
JSON
{
"name": "telefone",
"version": "1.2.5",
"description": "Biblioteca para validar facilmente telefones brasileiros",
"main": "index.js",
"scripts": {
"test": "tap --coverage-report=lcov --no-browser --show-full-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickpissurno/node-telefone.git"
},
"keywords": [
"telefone",
"phone",
"brazil",
"br",
"validate",
"validar",
"easy",
"lightweight"
],
"author": "Patrick Pissurno",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickpissurno/node-telefone/issues"
},
"homepage": "https://github.com/patrickpissurno/node-telefone#readme",
"devDependencies": {
"tap": "^21.0.1"
}
}