forked from timroemisch/mqtt-s7-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 824 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
{
"name": "s7-mqtt-connector",
"version": "1.0.1",
"description": "Connect Siemens S7 to Mqtt with Homeassistant discovery support",
"keywords": [
"mqtt",
"homeassistant",
"siemens",
"s7",
"plc",
"mqtt-bridge"
],
"main": "index.js",
"bin": {
"s7-mqtt-connector": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "timroemisch https://github.com/timroemisch",
"contributors": [
"sparkie79 https://github.com/sparkie79/",
"lsibilla https://github.com/lsibilla"
],
"repository": {
"type": "git",
"url": "git://github.com/timroemisch/mqtt-s7-connector.git"
},
"license": "ISC",
"dependencies": {
"fastq": "^1.11.0",
"mqtt": "^3.0.0",
"nodes7": "^0.3.12"
}
}