Lx4U-book/package.json

29 lines
798 B
JSON
Raw Normal View History

2021-04-20 23:22:57 +08:00
{
"name": "linux4yourself.book",
"version": "1.0.0",
"description": "Книга обеспечит Вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
"scripts": {
2021-05-03 16:05:28 +08:00
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs"
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"
2021-05-03 16:05:28 +08:00
]
2021-04-20 23:22:57 +08:00
}