-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 934 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
{
"name": "nodebb-plugin-search-elasticsearch",
"version": "0.2.1",
"description": "Full-text searching using Elasticsearch",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/joe1chen/nodebb-plugin-search-elasticsearch"
},
"keywords": [
"nodebb",
"plugin",
"elasticsearch",
"search"
],
"author": {
"name": "joe1chen",
"email": "[email protected]"
},
"contributors": [
{
"name": "q8888620002",
"email": "[email protected]"
}, {
"name": "River",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/joe1chen/nodebb-plugin-search-elasticsearch/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"elasticsearch": "^12.1.3",
"lru-cache": "^2.5.0",
"underscore.string": "^2.4.0"
},
"nbbpm": {
"compatibility": "^1.x.x"
}
}