-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
44
45
46
47
48
{
"name": "node-red-contrib-mqrest-client",
"version": "0.2.0",
"description": "MQ REST Clients",
"dependencies": {
"axios": "^0.26.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-early-programs/node-red-contrib-mqrest-client"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"mqi",
"mq"
],
"contributors": [
{
"name": "Soheel Chughtai",
"email": "[email protected]"
},
{
"name": "Hayden Banes",
"email": "[email protected]"
}
],
"node-red": {
"nodes": {
"mqi-messaging": "nodes/mqrest-messaging.js",
"mqi-channel": "nodes/mqrest-channel.js",
"mqi-installation": "nodes/mqrest-installation.js",
"mqi-usrconfig": "nodes/user-config.js",
"mqi-login": "nodes/mqrest-login.js",
"mqi-svrconfig": "nodes/server-config.js",
"mqi-mftagent": "nodes/mft-agent.js",
"mqi-transfer": "nodes/mft-transfer.js",
"mqi-mft-monitor": "nodes/mft-monitor.js",
"mqi-qmgr": "nodes/mqrest-qmgr.js",
"mqi-mqsc": "nodes/qmgr-mqsc.js",
"mqi-queue": "nodes/mqrest-queue.js",
"mqi-sub": "nodes/mqrest-sub.js"
}
},
"engines": {
"node": ">=14.0.0"
}
}