forked from i5ting/tocmd.npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.44 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "md2html",
"version": "2.0.0",
"plantumlPath": "/home/chengpengzhao/Desktop/repositories/md2html/plantuml.jar",
"description": "convert markdown to html, modified tocmd.npm(a npm wrapper of i5ting_ztree_toc)",
"keywords": [
"doc",
"markdown",
"md",
"toc",
"table of content",
"ztree",
"i5ting_ztree_toc",
"md2html"
],
"main": "index.js",
"scripts": {
"build": "pkg package.json",
"postinstall": "patch-package",
"test": " node bin/md2html.js -i test/commTest.md"
},
"preferGlobal": "true",
"bin": {
"md2html": "bin/md2html.js"
},
"pkg": {
"targets": [ "node12-linux" ],
"scripts": ["index.js", "bin/md2html.js"],
"assets": ["source/template.html"]
},
"repository": {
"type": "git",
"url": "https://github.com/chengpengzhao/md2html.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chengpengzhao/md2html/issue"
},
"dependencies": {
"bufferhelper": "^0.2.0",
"commander": "8.3.0",
"config": "^1.7.0",
"handlebars": "^2.0.0",
"marked": "^4.0.8",
"object-assign": "^1.0.0",
"shelljs": "^0.3.0",
"highlight.js": "^11.3.1",
"base64-img": "^1.0.4",
"patch-package": "^6.4.7",
"plantuml-pipe": "^1.3.6",
"pkg": "^5.5.1"
},
"devDependencies": {
"gulp-livereload": "^2.1.1",
"gulp-watch": "^0.7.0",
"mocha": "*"
},
"homepage": "https://github.com/chengpengzhao/md2html"
}