forked from st-one-io/node-red-contrib-open-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 855 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
38
{
"name": "@eflexsystems/node-red-contrib-open-protocol",
"version": "1.0.3",
"description": "A Node-RED node to interface with other systems using the Open Protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/netsmarttech/node-red-contrib-open-protocol.git"
},
"author": "Smart-Tech",
"license": "GPL-3.0-or-later",
"dependencies": {
"@eflexsystems/node-open-protocol": "^1.1.0"
},
"keywords": [
"hardware",
"ethernet",
"industrial",
"communication",
"controller",
"atlas-copco",
"power-focus",
"power-macs",
"stanley",
"desoutter",
"cleco",
"estic",
"node-red"
],
"node-red": {
"nodes": {
"openProtocol": "red/openProtocol.js"
}
}
}