-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "node-red-contrib-iris",
"version": "1.0.9",
"description": "Access to Intersystems IRIS Data Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"nodered",
"Intersystems",
"IRIS",
"Database"
],
"repository": {
"type": "git",
"url": "https://github.com/intersystems-dach/node-red-contrib-iris"
},
"author": "Philipp Bonin",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"email": "Philipp.Bonin@intersystems.com"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"IRIS": "nodes/iris_wrapper.js",
"IRIS_CREATE": "nodes/iris_create_wrapper.js",
"IRIS_DELETE_CLASS": "nodes/iris_deleteClass_wrapper.js",
"IRIS_INSERT": "nodes/iris_insert_wrapper.js",
"IRIS_OO": "nodes/iris_oo_wrapper.js",
"IRIS_CALL": "nodes/iris_call_wrapper.js"
}
}
}