-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 896 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
30
31
32
33
34
35
36
37
{
"name": "markdown2pdf",
"version": "0.1.0",
"description": "Create pdf and html with code syntaxhighlight from markdown",
"author": "Werner Hartnagel <info@dotmagic.de>",
"repository": {
"type": "git",
"url": "https://github.com/dotmagic/markdown2pdf.git"
},
"bugs": {
"url": "https://github.com/dotmagic/markdown2pdf/issues"
},
"keywords": [
"html",
"markdown",
"pdf"
],
"dependencies": {
"del": "^2.2.0",
"gulp-html-pdf": "^0.2.0",
"gulp-imagemin": "^2.4.0",
"gulp-markdown-pdf": "^2.1.0",
"gulp-sass": "^2.1.1",
"gulp-newer": "^1.1.0",
"gulp-remarkable": "^1.1.2",
"markdown-toc": "^0.12.2",
"nunjucks": "^2.2.0",
"through2": "^2.0.1",
"remarkable-classy": "0.0.1",
"gulp": "^3.9.1",
"cheerio": "^0.22.0"
},
"preferGlobal": true,
"private": true,
"analyze": true,
"license": "MIT"
}