forked from brasil-js/danfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 863 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
38
39
{
"name": "danfe",
"version": "0.0.9",
"description": "Módulo node.js para gerar DANFEs em .pdf",
"main": "app.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/brasil-js/danfe.git"
},
"keywords": [
"danfe",
"nota",
"fiscal",
"eletronica",
"nfe",
"brasil"
],
"author": "Renato Gama <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brasil-js/danfe/issues"
},
"homepage": "https://github.com/brasil-js/danfe",
"dependencies": {
"brasil": "0.0.37",
"gammautils": "0.0.67",
"inscricaoestadual": "0.0.2",
"pdfkit": "^0.7.0"
},
"devDependencies": {
"alltested": "0.0.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1"
}
}