mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-05 02:38:10 +00:00
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "@h5-dooring/doc",
|
|
"version": "0.0.1",
|
|
"description": "文档",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^1.8.2",
|
|
"vuepress-plugin-autobar": "github:boboidream/vuepress-bar"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|