mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
||
"name": "linux4yourself.book",
|
||
"version": "1.0.0",
|
||
"description": "Книга обеспечит Вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs",
|
||
"start:ssr": "node ./node_modules/docsify-cli/bin/docsify start . -c ssr.config.js"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/Linux4Yourself/Linux4Yourself.Book.git"
|
||
},
|
||
"keywords": [
|
||
"book",
|
||
"linux"
|
||
],
|
||
"author": "Linux4Yourself community",
|
||
"license": "MIT",
|
||
"bugs": {
|
||
"url": "https://github.com/Linux4Yourself/Linux4Yourself.Book/issues"
|
||
},
|
||
"homepage": "https://github.com/Linux4Yourself/Linux4Yourself.Book#readme",
|
||
"devDependencies": {
|
||
"docsify-cli": "^4.4.3"
|
||
},
|
||
"files": [
|
||
"docs"
|
||
],
|
||
"docsify": {
|
||
"config": {
|
||
"basePath": "https://docsify.js.org/",
|
||
"loadSidebar": true,
|
||
"loadNavbar": true,
|
||
"coverpage": true,
|
||
"name": "docsify"
|
||
}
|
||
}
|
||
}
|