-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1 KB
/
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": "nodebb-plugin-solr",
"version": "5.3.1",
"description": "Full-text searching for NodeBB using Apache Solr",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/julianlam/nodebb-plugin-solr"
},
"keywords": [
"nodebb",
"plugin",
"quickstart",
"shell"
],
"author": {
"name": "julianlam",
"email": "julian@nodebb.org"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/julianlam/nodebb-plugin-solr/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"@commitlint/cli": "^9.1.2",
"async": "^2",
"eslint": "^7.7.0",
"lru-cache": "^4.1.5",
"solr-client": "^0.10.0-rc8"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-angular": "^7.1.2",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"husky": "^2.4.0",
"lint-staged": "^10.0.9"
},
"nbbpm": {
"compatibility": "^1.18.6"
}
}