hexo-filter-gitcalendar
Version:
A git commit calendar plugin for hexo
41 lines (40 loc) • 690 B
JSON
{
"name": "hexo-filter-gitcalendar",
"version": "1.0.11",
"description": "A git commit calendar plugin for hexo",
"main": "index.js",
"scripts": {
"eslint": "eslint ."
},
"directories": {
"lib": "./lib"
},
"files": [
"lib/",
"index.js"
],
"contributors": [
"Ice Kano",
"Lete乐特"
],
"keywords": [
"hexo",
"renderer",
"git",
"calendar",
"butterfly",
"volantis",
"matery",
"mengd",
"plugins"
],
"author": "akilarlxh",
"license": "Apache-2.0",
"dependencies": {
"pug": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://git.com/Akilarlxh/hexo-filter-gitcalendar.git"
}
}