-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 961 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
{
"name": "elasticsearch-searches",
"version": "1.0.0",
"description": "Advanced searches using elasticsearch",
"main": "lib/start.js",
"scripts": {
"test": "./node_modules/lab/bin/lab ./test/*.test.js -m 0 -c -a code -r lcov -o lcov.info -r console -o stdout",
"start": "node lib/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heron2014/elasticsearch-searches.git"
},
"keywords": [
"elasticsearch",
"hapi"
],
"author": "heron2014",
"license": "ISC",
"bugs": {
"url": "https://github.com/heron2014/elasticsearch-searches/issues"
},
"homepage": "https://github.com/heron2014/elasticsearch-searches#readme",
"dependencies": {
"elasticsearch": "^10.0.1",
"env2": "^2.0.4",
"handlebars": "^4.0.5",
"hapi": "^11.1.2",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"vision": "^4.0.1"
},
"devDependencies": {
"code": "^2.0.1",
"lab": "^8.0.0"
}
}