mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: 右下角按鈕增加預覽進度顯示 feat: toc可設置是否顯示預覽進度 fix: 修復 TypeError: require(...) is not a function 的報錯 #1102 improvement: 日期設置相對日期時,文章的日期格式和最新評論的日期格式統一為 年月日
33 lines
792 B
JSON
33 lines
792 B
JSON
{
|
|
"name": "hexo-theme-butterfly",
|
|
"version": "4.6.0-b1",
|
|
"description": "A Simple and Card UI Design theme for Hexo",
|
|
"main": "package.json",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"butterfly",
|
|
"Card UI Design",
|
|
"Jerry",
|
|
"hexo-theme-butterfly"
|
|
],
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jerryc127/hexo-theme-butterfly.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
|
|
"email": "my@crazywong.com"
|
|
},
|
|
"dependencies": {
|
|
"hexo-renderer-stylus": "^2.1.0",
|
|
"hexo-renderer-pug": "^3.0.0"
|
|
},
|
|
"homepage": "https://butterfly.js.org/",
|
|
"author": "Jerry <my@crazywong.com>",
|
|
"license": "Apache-2.0"
|
|
}
|