/
githubmirror
/
advanced-java
Обзор
Документация
Войти
/
githubmirror
/
advanced-java
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.0
package.json
26 строк
691 B
yanglbme
style: update background color
17 сен 2021, 11:45
17 сен 2021, 11:45
db41c75
Код
Авторство
О чём код?
{ "scripts": { "dev": "docsify serve --open", "convert": "docsify-pdf-converter" }, "name": "advanced-java", "description": "互联网 Java 工程师进阶知识完全扫盲@doocs,https://github.com/doocs/advanced-java", "version": "1.0.0", "main": ".docsifytopdfrc.js", "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "https://github.com/doocs/advanced-java.git" }, "author": "yanglbme", "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/doocs/advanced-java/issues" }, "homepage": "https://github.com/doocs/advanced-java#readme", "devDependencies": { "docsify-pdf-converter": "^2.0.7" } }