18 lines
532 B
JSON
18 lines
532 B
JSON
|
{
|
||
|
"name": "design-patterns-for-humans-zh",
|
||
|
"version": "1.0.0",
|
||
|
"description": "献给中文读者的设计模式教程 / An ultra-simplified explanation of design patterns, yet another Chinese translation.",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/LolipopJ/design-patterns-for-humans-zh",
|
||
|
"author": "LolipopJ",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "vuepress dev docs --cache .cache",
|
||
|
"build": "vuepress build docs"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vuepress": "^1.8.2"
|
||
|
}
|
||
|
}
|