-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 846 Bytes
/
package.json
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
{
"author": {
"name": "VZiemer",
"email": "vextorz@gmail.com"
},
"bin": {
"node-nfe": "bin/nodenfe.js"
},
"dependencies": {
"busca-cep": "^0.5.0",
"gammautils": "^0.0.81",
"ini": "^1.3.5",
"inscricaoestadual": "0.0.5",
"node-firebird": "^0.8.6",
"npm": "^6.3.0",
"pdfkit": "^0.9.0",
"xml2js": "^0.4.19",
"xmlbuilder": "^10.0.0"
},
"deprecated": false,
"description": "Emissor da NF-e 4.0",
"devDependencies": {
"alltested": "0.0.3",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"homepage": "https://github.com/vziemet/nfejs#readme",
"license": "MIT",
"main": "app.js",
"name": "node-nfe",
"repository": {
"type": "git",
"url": "git+https://github.com/vziemet/nfejs.git"
},
"version": "1.0.7"
}