зеркало из https://github.com/docker/get-involved.git
30 строки
718 B
JSON
30 строки
718 B
JSON
{
|
|
"name": "tech-doc-hugo",
|
|
"version": "0.0.1",
|
|
"description": "Hugo theme for technical documentation.",
|
|
"main": "none.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/docsy-example.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/google/docsy-example/issues"
|
|
},
|
|
"homepage": "https://github.com/google/docsy-example#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"postcss": "^8.2.10",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-loader": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-scss": "^4.6.0"
|
|
}
|
|
}
|