-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
39 lines (39 loc) · 854 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": "html-pdf-node",
"version": "1.0.7",
"description": "Convert any html content or html page to PDF",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests/*.js -R spec --ui bdd --timeout 5000"
},
"author": "mrafiqk",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"handlebars": "^4.7.6",
"inline-css": "^3.0.0",
"puppeteer": "^10.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
},
"keywords": [
"html",
"pdf",
"nodejs",
"puppeteer",
"handlebars"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mrafiqk/html-pdf-node.git"
},
"bugs": {
"url": "https://github.com/mrafiqk/html-pdf-node/issues"
},
"homepage": "https://github.com/mrafiqk/html-pdf-node#readme"
}