-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 842 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
{
"name": "homebridge-plc",
"version": "2.0.4",
"description": "Homebridge plugin for Siemens Step7 and compatible PLCs. (https://github.com/homebridge)",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"S7",
"PLC",
"SIEMENS",
"snap7",
"YASKAWA",
"SLIO"
],
"author": "Feilner",
"repository": {
"type": "git",
"url": "git+https://github.com/Feilner/homebridge-plc.git"
},
"bugs": {
"url": "https://github.com/Feilner/homebridge-plc/issues"
},
"engines": {
"node": ">=4.3.2",
"homebridge": ">=1.1.6"
},
"preferGlobal": true,
"dependencies": {
"node-snap7": ">=1.0.5"
},
"homepage": "https://github.com/Feilner/homebridge-plc#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}