-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 920 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": "s7-mqtt-connector",
"version": "1.0.2",
"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/",
"madness007 https://github.com/madness007/",
"poupaerta https://github.com/poupaerta/"
],
"repository": {
"type": "git",
"url": "git://github.com/timroemisch/mqtt-s7-connector.git"
},
"license": "ISC",
"dependencies": {
"fastq": "^1.11.0",
"mqtt": "^4.2.8",
"nodes7": "^0.3.18"
}
}