You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
790 B
32 lines
790 B
{ |
|
"name": "hexo-theme-butterfly", |
|
"version": "4.12.0", |
|
"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": "^3.0.0", |
|
"hexo-renderer-pug": "^3.0.0" |
|
}, |
|
"homepage": "https://butterfly.js.org/", |
|
"author": "Jerry <my@crazywong.com>", |
|
"license": "Apache-2.0" |
|
}
|
|
|