-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 929 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
{
"name": "node-red-contrib-opc-da",
"version": "1.0.3",
"description": "A Node-RED node to talk to automation devices using the OPC-DA protocol",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/netsmarttech/node-red-contrib-opc-da.git"
},
"bugs": {
"url": "https://github.com/netsmarttech/node-red-contrib-opc-da/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hardware",
"automation",
"opc",
"opc-da",
"data-access",
"dcom",
"dce-rpc",
"plc",
"node-red"
],
"node-red": {
"nodes": {
"opc-da": "red/opc-da.js"
}
},
"author": "Smart-Tech Controle e Automação Ltda.",
"license": "Apache-2.0",
"dependencies": {
"node-opc-da": "^1.0.7"
}
}