UNPKG

2.32 kBJSONView Raw
1{
2 "name": "ydoc",
3 "version": "4.1.3",
4 "description": "基于 Markdown 的静态站点生成工具",
5 "scripts": {
6 "test": "mocha --reporter spec --bail --recursive",
7 "commet": "node commetparser/app.js",
8 "buildCss": "node theme/build.js watch",
9 "build": "ydoc build && sh build.sh"
10 },
11 "keywords": [
12 "doc",
13 "docs",
14 "document",
15 "documents",
16 "documentation",
17 "markdown",
18 "build",
19 "fe",
20 "front-end",
21 "js"
22 ],
23 "homepage": "https://hellosean1025.github.io/ydoc/",
24 "main": "src/index.js",
25 "bin": {
26 "ydoc": "bin/ydoc"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git@github.com:YMFE/ydoc.git"
31 },
32 "engines": {
33 "node": ">=7.6.0"
34 },
35 "license": "Apache2.0",
36 "dependencies": {
37 "bash-color": "0.0.4",
38 "cheerio": "^0.20.0",
39 "chokidar": "^2.0.0",
40 "debug": "*",
41 "fs-extra": "^5.0.0",
42 "growl": "~1.10.5",
43 "he": "^1.1.1",
44 "koa": "^2.4.1",
45 "koa-static": "^4.0.2",
46 "markdown-it": "^8.4.0",
47 "noox": "^0.1.2",
48 "ora": "^1.3.0",
49 "prismjs": "^1.14.0",
50 "readline-sync": "^1.4.9",
51 "tiny-lr": "0.0.5",
52 "underscore": "^1.8.3",
53 "watch": "~0.9.0",
54 "yargs": "^10.0.3",
55 "ydoc-plugin-copy": "0.0.1",
56 "ydoc-plugin-demo": "^1.0.0",
57 "ydoc-plugin-edit-page": "0.0.2",
58 "ydoc-plugin-execution-time": "^1.0.0",
59 "ydoc-plugin-img-view": "^1.0.1",
60 "ydoc-plugin-import-asset": "^1.0.1",
61 "ydoc-plugin-search": "^1.1.6",
62 "ydoc-theme-dark": "0.0.4",
63 "ydoc-theme-demo": "0.0.3"
64 },
65 "devDependencies": {
66 "ghooks": "^2.0.0",
67 "markdown-it-include": "^1.0.0",
68 "markdown-it-sub": "^1.0.0",
69 "mocha": "^4.1.0",
70 "node-sass": "^4.7.2",
71 "rewire": "^3.0.2",
72 "validate-commit-msg": "^2.12.2"
73 },
74 "config": {
75 "ghooks": {
76 "commit-msg": "validate-commit-msg"
77 },
78 "validate-commit-msg": {
79 "types": [
80 "feat",
81 "fix",
82 "docs",
83 "test",
84 "chore",
85 "refactor",
86 "opti"
87 ],
88 "warnOnFail": false,
89 "maxSubjectLength": 100,
90 "subjectPattern": ".+",
91 "subjectPatternErrorMsg": "please input meesage!",
92 "helpMessage": "Commit message error, \n Please see: https://github.com/conventional-changelog-archived-repos/validate-commit-msg"
93 }
94 }
95}