mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "docsify-server-renderer",
|
|
"version": "4.9.1",
|
|
"description": "docsify server renderer",
|
|
"author": {
|
|
"name": "qingwei-li",
|
|
"email": "cinwell.li@gmail.com",
|
|
"url": "https://github.com/QingWei-Li"
|
|
},
|
|
"homepage": "https://docsify.js.org",
|
|
"license": "MIT",
|
|
"repository": "docsifyjs/docsify",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "echo 'hello'"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^2.6.8",
|
|
"docsify": "^4.8.0",
|
|
"node-fetch": "^1.7.0",
|
|
"resolve-pathname": "^2.1.0"
|
|
}
|
|
}
|