2019-12-09 05:40:10 +00:00
|
|
|
{
|
|
|
|
"name": "docker_practice",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "docker_practice",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2020-10-13 14:24:30 +00:00
|
|
|
"chalk": "^2.4.2",
|
|
|
|
"commander": "^2.0.0",
|
|
|
|
"esm": "^3.0.0",
|
2020-10-15 10:30:34 +00:00
|
|
|
"vuepress": "1.7.0",
|
2020-10-13 14:24:30 +00:00
|
|
|
"vuepress-plugin-container": "^2.1.5",
|
2020-10-15 10:30:34 +00:00
|
|
|
"vuepress-theme-hope": "^1.0.0"
|
2019-12-09 05:40:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-10-13 16:28:50 +00:00
|
|
|
"gitbook:help": "gitbook help",
|
|
|
|
"gitbook:build": "gitbook build",
|
|
|
|
"gitbook:serve": "gitbook serve",
|
2019-12-09 05:40:10 +00:00
|
|
|
"vuepress:build": "npx vuepress build"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/yeasy/docker_practice.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/yeasy/docker_practice/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/yeasy/docker_practice#readme"
|
|
|
|
}
|