Lx4U-book/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2021-04-20 23:22:57 +08:00
{
"name": "linux4yourself.book",
"version": "1.0.0",
"description": "Книга обеспечит Вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
"main": "index.js",
"scripts": {
2021-04-22 03:36:46 +08:00
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs",
"start:ssr": "node ./node_modules/docsify-cli/bin/docsify start . -c ssr.config.js",
2021-04-20 23:22:57 +08:00
},
"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"
2021-04-22 03:36:46 +08:00
},
"files": [
"docs"
],
"docsify": {
"config": {
"basePath": "https://docsify.js.org/",
"loadSidebar": true,
"loadNavbar": true,
"coverpage": true,
"name": "docsify"
}
2021-04-20 23:22:57 +08:00
}
}