hzpt-inet-club--english-note
19 行
426 B
JSON
19 行
426 B
JSON
{
|
|
"name": "english-note",
|
|
"version": "1.0.0",
|
|
"description": "从0开始的英语语法学习",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/xiaoxunyao/english-note.git",
|
|
"author": "xiaoxunyao <huchengyea@163.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vuepress": "^2.0.0-beta.33"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
|
|
|
|
}
|