hexo-theme-keep/package.json

30 lines
657 B
JSON
Raw Normal View History

2020-03-12 19:35:27 +08:00
{
2020-11-20 12:02:22 +08:00
"name": "hexo-theme-keep",
2021-04-29 11:49:30 +08:00
"version": "3.4.3",
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
}