ydoc
Version:
基于 Markdown 的静态站点生成工具
78 lines (77 loc) • 1.84 kB
JSON
{
"name": "ydoc",
"version": "4.0.0",
"description": "基于 Markdown 的静态站点生成工具",
"scripts": {
"test": "mocha --reporter spec --bail --recursive",
"commet": "node commetparser/app.js"
},
"keywords": [
"doc",
"document"
],
"homepage": "https://ydoc.ymfe.org/",
"main": "src/index.js",
"bin": {
"ydoc": "bin/ydoc"
},
"repository": {
"type": "git",
"url": "git@github.com:YMFE/ydoc.git"
},
"engines": {
"node": ">=7.6.0"
},
"license": "MIT",
"dependencies": {
"bash-color": "0.0.4",
"cheerio": "^0.20.0",
"chokidar": "^2.0.0",
"debug": "*",
"fs-extra": "^5.0.0",
"growl": "~1.7.0",
"highlight.js": "^9.12.0",
"koa": "^2.4.1",
"koa-static": "^4.0.2",
"markdown-it": "^8.4.0",
"noox": "^0.1.2",
"ora": "^1.3.0",
"tiny-lr": "0.0.5",
"underscore": "^1.8.3",
"watch": "~0.9.0",
"yargs": "^10.0.3",
"ydoc-plugin-copy": "0.0.1",
"ydoc-plugin-demo": "^1.0.0",
"ydoc-plugin-execution-time": "^1.0.0",
"ydoc-plugin-import-asset": "^1.0.1",
"ydoc-plugin-search": "^1.0.1"
},
"devDependencies": {
"ghooks": "^2.0.0",
"mocha": "^4.1.0",
"node-sass": "^4.7.2",
"rewire": "^3.0.2",
"validate-commit-msg": "^2.12.2"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"test",
"chore",
"refactor",
"opti"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "please input meesage!",
"helpMessage": "Commit message error, \n Please see: https://github.com/conventional-changelog-archived-repos/validate-commit-msg"
}
}
}