forked from jeffdonthemic/node-red-contrib-elasticsearch-jd
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "node-red-contrib-elasticsearch3",
"version": "0.0.6",
"description": "A set of Node-RED nodes for Elasticsearch including search, get, exists, create, update and delete.A Fork from @jeffdonthemic node-red-contrib-elasticsearch-jd",
"author": {
"name": "Andre Alexandre Avila"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chameleonbr/node-red-contrib-elasticsearch3.git"
},
"keywords": [
"node-red",
"elasticsearch"
],
"node-red": {
"nodes": {
"search": "search.js",
"create": "create.js",
"exists": "exists.js",
"update": "update.js",
"delete": "delete.js",
"get": "get.js",
"remote-server": "remote-server.js"
}
},
"license": "MIT",
"dependencies": {
"elasticsearch": ">=10.1.2"
},
"maintainers": [
{
"name": "chameleonbr",
"email": "chameleonbr@gmail.com"
}
]
}