forked from juanpfcruzX/brasil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.51 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "brasil",
"version": "0.0.45",
"description": "Biblioteca de ferramentas utilitárias voltadas para programadores brasileiros",
"main": "brasil.js",
"browser": "brasil.browser.js",
"scripts": {
"test": "nodeunit ./tests/*Test.js && nodeunit ./tests/boleto/bancos/*Test.js && nodeunit ./tests/boleto/*Test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gammasoft/brasil.git"
},
"keywords": [
"brasil",
"tabela",
"ibge",
"estados",
"ferramentas",
"utilitarias",
"validacoes",
"nfe",
"nota",
"fiscal",
"eletronica",
"cpf",
"cnpj",
"bancos",
"itau",
"banco do brasil",
"bradesco",
"caixa",
"caixa economica",
"boleto bancario",
"nota fiscal eletronica",
"sefaz",
"receita federal",
"pessoa juridica",
"pessoa fisica",
"cfop",
"ncm",
"DDD"
],
"author": "Gammasoft Desenvolvimento de Software Ltda <contato@gammasoft.com.br>",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"gammautils": "0.0.67",
"pdfkit": "^0.7.0"
},
"devDependencies": {
"nodeunit": "~0.8.1"
},
"contributors": [
{
"name": "Renato Gama",
"email": "renatoargh@gmail.com",
"url": "https://github.com/renatoargh",
"contributions": 112,
"hireable": false
},
{
"name": "Danilo Sampaio",
"email": "",
"url": "https://github.com/danilosampaio",
"contributions": 8,
"hireable": false
}
]
}