-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.05 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": "@ia-cloud/node-red-contrib-ia-cloud-opcua",
"description": "ia-cloud Node-RED nodes for OPC-UA Server",
"version": "0.0.1",
"author": "ia-cloud project members",
"bugs": {
"url": "https://github.com/ia-cloud/node-red-contrib-ia-cloud-opcua/issues"
},
"dependencies": {
"moment": "^2.24.0"
},
"devDependencies": {
"eslint": "^6.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"keywords": [
"node-red",
"ia-cloud",
"opc-ua"
],
"license": "Apache-2.0",
"main": "iaCloud2opcua.js",
"node-red": {
"nodes": {
"iaCloud2opcua": "iaC2opcua/iaCloud2opcua.js",
"registerOpcuaNode": "opcua2iaC/registerOpcuaNode.js",
"opcua2iaCloud": "opcua2iaC/opcua2iaCloud.js"
}
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ia-cloud/node-red-contrib-ia-cloud-opcua.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ia-cloud/node-red-contrib-ia-cloud-opcua#readme"
}