forked from cakebake/markdown-themeable-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 721 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 721 Bytes
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
{
"name": "markdown-themeable-pdf",
"main": "./lib/markdown-themeable-pdf",
"version": "1.2.0",
"description": "Themeable markdown converter (Print to PDF, HTML, JPEG or PNG)",
"keywords": [
"markdown",
"pdf",
"html",
"image",
"convert"
],
"repository": "https://github.com/cakebake/markdown-themeable-pdf",
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"cheerio": "^0.20.0",
"highlight.js": "^9.4.0",
"html-pdf": "^2.0.1",
"markdown-it": "^7.0.0",
"markdown-it-anchor": "^2.5.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-smartarrows": "^1.0.1",
"ncp": "^2.0.0"
}
}