mirror of https://github.com/jkjoy/sunpeiwen.git
28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"name": "hexo-generator-baidu-sitemap",
|
|
"version": "0.1.9",
|
|
"description": "Baidu Sitemap generator plugin for Hexo",
|
|
"main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coneycode/hexo-generator-baidu-sitemaps.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coneycode/hexo-generator-baidu-sitemaps/issues"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"sitemap",
|
|
"seo",
|
|
"generator",
|
|
"baidu"
|
|
],
|
|
"author": "coneycode",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ejs": "^2.5.5",
|
|
"hexo": "^3.0.0",
|
|
"utils-merge": "^1.0.0"
|
|
}
|
|
}
|