hexo/node_modules/hexo-wordcount/package.json

23 lines
505 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "hexo-wordcount",
"version": "6.0.1",
"description": "Post Word Count Plugin of Hexo.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/willin/hexo-wordcount.git"
},
"homepage": "https://github.com/willin/hexo-wordcount",
"keywords": [
"hexo",
"wordcount",
"count"
],
"author": {
"name": "Willin Wang",
"email": "willin@willin.org",
"url": "http://willin.wang"
},
"license": "MIT"
}