mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-28 22:40:17 +00:00
26 lines
526 B
JSON
26 lines
526 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"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mokinzhao/h5-Dooring.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mokinzhao/h5-Dooring/issues"
|
|
}
|
|
}
|