forked from nodezoo/nodezoo-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "nodezoo-search",
"version": "6.1.0",
"description": "nodezoo-search",
"main": "lib/search.js",
"license": "MIT",
"author": "Richard Rodger (http://richardrodger.com)",
"contributors": [
"Dean McDonnell (https://github.com/mcdonnelldean)",
"Matthew O'Connor (https://github.com/mat-oc)",
"Shane Lacey (https://github.com/shanel262)"
],
"homepage": "https://github.com/nodezoo/nodezoo-search#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-search.git"
},
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-search/issues"
},
"keywords": [
"microservice"
],
"scripts": {
"start": "node srv/start.js",
"isolated": "SEARCH_ISOLATED=true node srv/start.js",
"lint": "lab test -dL",
"test": "lab -v -P test -L -c -t 0"
},
"dependencies": {
"elasticsearch": "10.1.x",
"seneca": "2.0.x",
"seneca-balance-client": "0.4.x",
"seneca-mesh": "0.7.x"
},
"devDependencies": {
"code": "2.1.x",
"eslint-config-seneca": "1.1.x",
"eslint-plugin-hapi": "4.0.x",
"eslint-plugin-standard": "1.3.x",
"lab": "8.2.x"
}
}