br-validations
Version:
A library of validations applicable to several Brazilian data like I.E., CNPJ, CPF and others
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "br-validations",
"version": "0.3.1",
"description": "A library of validations applicable to several Brazilian data like I.E., CNPJ, CPF and others",
"id": "/br-validations",
"main": "releases/br-validations.js",
"repository": {
"type": "git",
"url": "https://github.com/the-darc/br-validations.git"
},
"homepage": "http://github.com/the-darc/br-validations",
"bugs": {
"url": "https://github.com/the-darc/br-validations/issues"
},
"scripts": {
"test": "gulp test-coverage",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [
"validator",
"validation",
"cpf",
"cnpj",
"inscrição estadual",
"pis pasep"
],
"author": {
"name": "Daniel Campos",
"email": "darc.tec@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"conventional-changelog": "1.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.8.8",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"should": "^11.1.1"
}
}