-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
44 lines (44 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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 <[email protected]> (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": "[email protected]"
},
"maintainers": [
"maoshuhao <[email protected]>",
"wzpan <[email protected]>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wzpan/hexo-generator-search.git"
}
}