diboot/diboot-docs/package.json

17 lines
324 B
JSON
Raw Permalink Normal View History

{
"name": "diboot-core-docs",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "vuepress dev ./",
"build": "vuepress build ./"
},
"author": "yang",
2019-11-18 15:33:49 +08:00
"license": "Apache-2.0",
2019-11-22 10:39:40 +08:00
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-insert-string-into-tag": "^1.0.2"
2019-11-18 15:33:49 +08:00
}
2019-11-05 10:55:39 +08:00
}