yenmoc-github-calendar
Version:
A git commit calendar plugin for hexo
41 lines (40 loc) • 681 B
JSON
{
"name": "yenmoc-github-calendar",
"version": "1.0.0",
"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": "yenmoc",
"license": "Apache-2.0",
"dependencies": {
"pug": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://git.com/yenmoc/yenmoc-github-calendar.git"
}
}