Skip to content

Commit

Permalink
Adiciona package json
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodrigues70 committed Mar 18, 2018
1 parent 78bf238 commit b0d5779
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "br-validator",
"version": "3.0.0",
"description": "GainTime Br-validator é uma ferramenta para validação e máscara de CPF, CNPJ, telefones brasileiros, data e máscara de CEP com JavaScript puro..",
"main": "dist/gaintime.br-validator.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GainTime/br-validator.git"
},
"author": "JP Rodrigues 70jprodrigues@gmail.com",
"keywords": [
"js",
"front-end",
"framework",
"web",
"validação",
"cep",
"cpf",
"cnpj",
"data",
"validator",
"máscara",
"mask"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/GainTime/br-validator/issues"
},
"homepage": "https://gaintime.github.io/br-validator"
}

0 comments on commit b0d5779

Please sign in to comment.