{
  "name": "gtech-cpf-validator",
  "version": "1.0.3",
  "description": "Valida o número do CPF através dos dígitos verificadores (utilizando a regra matemática específica) e retornar true ou false de acordo com o caso.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/nyc/bin/nyc.js ./node_modules/mocha/bin/mocha",
    "lint": "./node_modules/eslint/bin/eslint.js"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "mocha": "^6.1.4",
    "nyc": "^14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/anacamargo/cpf-validator.git"
  },
  "keywords": [
    "cpf-validator"
  ],
  "author": "Ana Cláudia Camargo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/anacamargo/cpf-validator/issues"
  },
  "homepage": "https://github.com/anacamargo/cpf-validator#readme"
}
