2020-03-12 19:35:27 +08:00
|
|
|
{
|
2020-11-20 12:02:22 +08:00
|
|
|
"name": "hexo-theme-keep",
|
2021-01-21 19:10:57 +08:00
|
|
|
"version": "3.3.1",
|
2020-11-20 12:02:22 +08:00
|
|
|
"private": false,
|
|
|
|
"description": "A simple and elegant theme for Hexo.",
|
2020-11-26 17:46:48 +08:00
|
|
|
"scripts": {
|
2020-12-07 15:54:28 +08:00
|
|
|
"release": "git push --tag && git push -u origin master",
|
2020-11-26 17:46:48 +08:00
|
|
|
"publish": "npm publish"
|
|
|
|
},
|
2020-03-12 19:35:27 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-11-20 12:02:22 +08:00
|
|
|
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
|
2020-03-12 19:35:27 +08:00
|
|
|
},
|
2020-09-11 10:11:40 +08:00
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"theme",
|
2021-01-05 18:42:15 +08:00
|
|
|
"hexo-theme",
|
|
|
|
"simple",
|
|
|
|
"elegant",
|
|
|
|
"beautiful",
|
|
|
|
"powerful"
|
2020-09-11 10:11:40 +08:00
|
|
|
],
|
2020-03-12 19:35:27 +08:00
|
|
|
"author": "XPoet",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-11-20 12:02:22 +08:00
|
|
|
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
|
2020-03-12 19:35:27 +08:00
|
|
|
},
|
2020-11-20 12:02:22 +08:00
|
|
|
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme"
|
2020-03-12 19:35:27 +08:00
|
|
|
}
|