-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 926 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
40
41
42
{
"name": "microinvoice",
"version": "1.0.6",
"description": "Fast & elegant PDF invoice generator for Node using PDFKit. No Puppeteer",
"homepage": "https://github.com/baptistejamin/node-microinvoice",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/baptistejamin/node-microinvoice.git"
},
"bugs": {
"url": "https://github.com/baptistejamin/node-microinvoice/issues"
},
"engines": {
"node": ">= 6.4.0"
},
"scripts": {
"test": "check-build"
},
"author": {
"name": "Baptiste Jamin",
"email": "baptiste@crisp.chat",
"url": "https://crisp.chat/"
},
"keywords": [
"invoice",
"pdf",
"pdfkit"
],
"dependencies": {
"lodash.merge": "4.6.2",
"pdfkit": "0.12.3",
"transliteration": "2.2.0"
},
"devDependencies": {
"check-build": "2.8.2"
}
}