-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "jsreport-multipage-export",
"version": "1.0.0",
"description": "you can pass multiple htmls and get a multi page pdf back",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehrdadmms/jsreport-multipage-export.git"
},
"keywords": [
"jsreport-core",
"jsreport",
"mulipage",
"export"
],
"author": "Mehrdad MirMohammadSadeghi",
"license": "ISC",
"bugs": {
"url": "https://github.com/mehrdadmms/jsreport-multipage-export/issues"
},
"homepage": "https://github.com/mehrdadmms/jsreport-multipage-export#readme",
"dependencies": {
"async": "3.2.0",
"body-parser": "1.19.0",
"bufferutil": "4.0.1",
"express": "4.17.1",
"handlebars": "4.7.6",
"hummus": "1.0.108",
"jsreport-chrome-pdf": "1.7.1",
"jsreport-core": "2.7.2",
"jsreport-handlebars": "2.1.0",
"memory-streams": "0.1.3",
"puppeteer": "3.0.0",
"utf-8-validate": "5.0.2"
}
}