forked from westy92/html-pdf-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.65 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.65 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "html-pdf-chrome",
"version": "0.6.1",
"description": "HTML to PDF converter via Chrome/Chromium",
"main": "lib/src/index.js",
"scripts": {
"test": "gulp",
"prepublishOnly": "gulp"
},
"author": "Seth Westphal <seth@sethwestphal.com> (http://www.sethwestphal.com/)",
"homepage": "https://github.com/westy92/html-pdf-chrome",
"repository": {
"type": "git",
"url": "git://github.com/westy92/html-pdf-chrome"
},
"bugs": {
"url": "https://github.com/westy92/html-pdf-chrome/issues"
},
"keywords": [
"html",
"pdf",
"html-pdf",
"chrome",
"chromium",
"headless",
"typescript",
"windows",
"mac",
"linux",
"nodejs"
],
"license": "MIT",
"typings": "lib/src/index.d.ts",
"engines": {
"node": ">= 6"
},
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-string": "^1.1.30",
"@types/mocha": "^8.0.2",
"@types/mock-fs": "^4.10.0",
"@types/node": "^14.0.27",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.0",
"chai-string": "^1.3.0",
"codecov": "^3.0.0",
"del": "^5.0.0",
"get-port": "^5.0.0",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-spawn-mocha": "^6.0.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^8.1.1",
"mock-fs": "^4.5.0",
"pdf2json": "^1.1.7",
"remap-istanbul": "^0.13.0",
"sinon": "^9.0.0",
"sinon-chai": "^3.0.0",
"tslint": "^6.1.3",
"tslint-microsoft-contrib": "^6.0.0",
"typescript": "^3.0.1"
},
"dependencies": {
"chrome-launcher": "0.13.2",
"chrome-remote-interface": "^0.28.0"
}
}