mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-23 22:42:26 +08:00
41f314532e
docsify works
27 lines
794 B
JSON
27 lines
794 B
JSON
{
|
||
"name": "linux4yourself.book",
|
||
"version": "1.0.0",
|
||
"description": "Книга обеспечит Вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs"
|
||
},
|
||
"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"
|
||
}
|
||
}
|