UNPKG

homebridge-s7-plc

Version:

SIEMENS S7 PLC plugin for HomeBridge (https://github.com/homebridge).

37 lines (36 loc) 929 B
{ "name": "homebridge-s7-plc", "version": "0.0.13", "description": "SIEMENS S7 PLC plugin for HomeBridge (https://github.com/homebridge).", "license": "MIT", "keywords": [ "homebridge-plugin", "homebridge", "HomeKit", "Apple", "S7", "PLC", "SIEMENS", "snap7" ], "author": "Bastien Maes", "repository": { "type": "git", "url": "https://github.com/BastienMaes/homebridge-S7-PLC.git" }, "bugs": { "url": "https://github.com/BastienMaes/homebridge-S7-PLC/issues" }, "engines": { "node": ">=4.3.2", "homebridge": ">=0.4.45" }, "preferGlobal": true, "dependencies": { "node-snap7": ">=1.0.3", "debug": ">=4.1.1" }, "scripts": { "postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" } }