You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
998 B

{
"name": "hexo-generator-search",
"version": "2.4.3",
"description": "Seach generator plugin for Hexo",
"main": "index",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"hexo",
"search",
"generator"
],
"author": "wzpan <m@hahack.com> (https://github.com/wzpan)",
"license": "MIT",
"dependencies": {
"nunjucks": "^3.0.1",
"utils-merge": "^1.0.0"
},
"bugs": {
"url": "https://github.com/Wzpan/hexo-generator-search/issues"
},
"homepage": "https://github.com/Wzpan/hexo-generator-search#readme",
"_npmVersion": "2.11.0",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "wzpan",
"email": "m@hahack.com"
},
"maintainers": [
"maoshuhao <326810048@qq.com>",
"wzpan <m@hahack.com>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wzpan/hexo-generator-search.git"
}
}