hexo-theme-keep/package.json

30 lines
657 B
JSON

{
"name": "hexo-theme-keep",
"version": "3.3.0",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"release": "git push --tag && git push -u origin master",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
},
"keywords": [
"hexo",
"theme",
"hexo-theme",
"simple",
"elegant",
"beautiful",
"powerful"
],
"author": "XPoet",
"license": "MIT",
"bugs": {
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
},
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme"
}