forked from st-one-io/node-red-contrib-s7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 875 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": "@ali-pay/node-red-contrib-s7",
"version": "3.3.1",
"description": "A Node-RED node to interact with Siemens S7 PLCs",
"main": "index.js",
"dependencies": {
"@st-one-io/nodes7": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ali-pay/node-red-contrib-s7.git"
},
"bugs": {
"url": "https://github.com/ali-pay/node-red-contrib-s7/issues"
},
"scripts": {
"publish": "npm publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"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"
}