hexo-bangumi-gallery
Version:
A Hexo plugin, show your anime list in your blog.
26 lines (25 loc) • 769 B
JSON
{
"name": "hexo-bangumi-gallery",
"version": "2.0.3",
"repository": {
"url": "https://github.com/ChiyukiRuon/hexo-bangumi-gallery"
},
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"release:patch": "npm version patch && git push --follow-tags",
"release:minor": "npm version minor && git push --follow-tags",
"release:major": "npm version major && git push --follow-tags"
},
"keywords": ["hexo", "hexo-plugin", "bangumi"],
"author": "ChiyukiRuon",
"license": "MIT",
"description": "A Hexo plugin, show your anime list in your blog.",
"dependencies": {
"axios": "1.15.2",
"ejs": "^3.1.10",
"hexo-fs": "^5.0.0",
"hexo-i18n": "^2.0.0",
"hexo-log": "^4.1.0"
}
}