-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.31 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
{
"name": "node-red-contrib-elasticsearch-max",
"version": "1.2.3",
"description": "NodeRed elasticsearch wrapper",
"main": "elasticsearch-index.js",
"node-red": {
"nodes": {
"elasticsearch-config": "elasticsearch-max/elasticsearch-config.js",
"elasticsearch-get": "elasticsearch-max/elasticsearch-get.js",
"elasticsearch-search": "elasticsearch-max/elasticsearch-search.js",
"elasticsearch-create-index": "elasticsearch-max/elasticsearch-create-index.js",
"elasticsearch-create-with-index": "elasticsearch-max/elasticsearch-create-with-index.js",
"elasticsearch-index": "elasticsearch-max/elasticsearch-index.js",
"elasticsearch-update": "elasticsearch-max/elasticsearch-update.js",
"elasticsearch-index-exists": "elasticsearch-max/elasticsearch-index-exists.js",
"elasticsearch-refresh-index": "elasticsearch-max/elasticsearch-refresh-index.js",
"elasticsearch-delete": "elasticsearch-max/elasticsearch-delete.js",
"elasticsearch-deleteByQuery": "elasticsearch-max/elasticsearch-deleteByQuery.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/massimolauri/node-red-contrib-elasticsearch-max.git"
},
"keywords": [
"node-red",
"elasticsearch",
"elasticsearch-max"
],
"dependencies": {
"elasticsearch": "^16.7.2"
},
"author": "Massimo Lauri",
"license": "ISC"
}