mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-05 06:03:39 +00:00
fc8b8867af
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
29 lines
717 B
Go
29 lines
717 B
Go
{
|
|
"name": "docker_practice",
|
|
"version": "1.0.0",
|
|
"description": "docker_practice",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chalk": "^2.4.2",
|
|
"commander": "^2.0.0",
|
|
"esm": "^3.0.0",
|
|
"vuepress-plugin-container": "^2.1.5",
|
|
"vuepress-theme-hope": "^0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"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"
|
|
}
|