san-cli-docit-theme
Version:
san-cli-docit-theme 是 [San](https://github.com/baidu/san) CLI 工具中 Markdown 文档建站中的主题模板部分,可以作为[自定义模板](https://ecomfe.github.io/san-cli/)的参考例子。
35 lines (34 loc) • 811 B
JSON
{
"name": "san-cli-docit-theme",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=8"
},
"dependencies": {
"san": "^3.7.9"
},
"author": "ksky521",
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/san-cli.git",
"directory": "packages/san-cli-docit-theme"
},
"bugs": {
"url": "https://github.com/ecomfe/san-cli/issues"
},
"homepage": "https://ecomfe.github.io/san-cli",
"keywords": [
"san",
"loader",
"webpack",
"san-docit",
"markdown",
"docit",
"docit-theme",
"san-loader"
],
"site": "https://ecomfe.github.io/san-cli",
"gitHead": "402d813859ac219434712fa2063e5f724819004a"
}