mirror of https://github.com/jkjoy/sunpeiwen.git
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"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"
|
|
}
|