inscricaoestadual
Version:
Biblioteca de validação de inscrições estaduais
46 lines • 1.1 kB
JSON
{
"name": "inscricaoestadual",
"version": "0.0.5",
"description": "Biblioteca de validação de inscrições estaduais",
"main": "ie.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/gammasoft/ie.git"
},
"keywords": [
"inscrição",
"estadual",
"validação",
"brasil"
],
"author": "Gammasoft Desenvolvimento de Software Ltda <contato@gammasoft.com.br>",
"contributors": [
{
"name": "Sérgio Vilar",
"email": "vilar@me.com",
"url": "https://github.com/sergiovilar"
},
{
"name": "Renato Gama",
"email": "renatoargh@gmail.com",
"url": "https://github.com/renatoargh"
},
{
"name": "vinidalmagro",
"url": "https://github.com/vinidalmagro"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-uglify": "~0.3.2",
"nodeunit": "~0.8.0",
"underscore": "^1.6.0"
}
}