This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/site/themes/beautiful-hexo/package.json

25 lines
579 B
JSON
Raw Normal View History

{
"name": "hexo-theme-beautiful-hexo",
"version": "1.0.0",
"description": "A hexo theme migarte from beautiful-jekyll",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/twoyao/beautiful-hexo.git"
},
"keywords": [
"hexo",
"theme",
"beautiful-hexo"
],
"author": "twoyao",
"license": "MIT",
"bugs": {
"url": "https://github.com/twoyao/beautiful-hexo/issues"
},
"homepage": "https://twoyao.github.io/beautiful-hexo/#readme"
}