UNPKG

iobroker.rfxcom

Version:
62 lines (61 loc) 1.43 kB
{ "name": "iobroker.rfxcom", "version": "2.0.2", "description": "ioBroker RFLink Adapter", "author": { "name": "bluefox", "email": "dogafox@gmail.com" }, "contributors": [ { "name": "Bluefox", "email": "dogafox@gmail.com" } ], "homepage": "https://github.com/ioBroker/ioBroker.rfxcom", "license": "MIT", "keywords": [ "ioBroker", "rfxcom", "Smart Home", "home automation" ], "repository": { "type": "git", "url": "https://github.com/ioBroker/ioBroker.rfxcom" }, "dependencies": { "@iobroker/adapter-core": "^2.5.1", "rfxcom": "^2.4.0", "serialport": "^9.2.5" }, "devDependencies": { "@iobroker/testing": "^2.5.2", "@alcalzone/release-script": "^3.4.1", "@alcalzone/release-script-plugin-iobroker": "^3.4.1", "@alcalzone/release-script-plugin-license": "^3.4.1", "axios": "^0.24.0", "gulp": "^4.0.2", "mocha": "^9.1.3", "chai": "^4.3.4", "nan": "^2.15.0" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.rfxcom/issues" }, "main": "main.js", "files": [ "admin/", "!admin/i18n/*/translations.json", "lib/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test": "node node_modules/mocha/bin/mocha --exit", "release": "release-script patch --yes", "release-minor": "release-script minor --yes" }, "readmeFilename": "README.md" }