-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 Bytes
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
{
"name": "node-red-contrib-s7",
"version": "3.1.3",
"description": "A Node-RED node to interact with Siemens S7 PLCs",
"main": "index.js",
"dependencies": {
"@st-one-io/nodes7": "1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/st-one-io/node-red-contrib-s7.git"
},
"bugs": {
"url": "https://github.com/st-one-io/node-red-contrib-s7/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hardware",
"s7",
"logo",
"siemens",
"plc",
"profinet",
"node-red"
],
"node-red": {
"nodes": {
"s7": "red/s7.js"
}
},
"author": "ST-One Ltda.",
"license": "GPL-3.0-or-later"
}