{ "name": "iobroker.mihome-lamp", "version": "1.1.0", "description": "Control your mihome lamp with ioBroker", "keywords": [ "ioBroker", "mihome-lamp" ], "homepage": "https://github.com/MeisterTR/ioBroker.mihome-lamp", "bugs": { "url": "https://github.com/MeisterTR/ioBroker.mihome-lamp/issues" }, "license": "MIT", "author": { "name": "MeisterTR", "email": "meistertr.smarthome@gmail.com" }, "main": "main.js", "repository": { "type": "git", "url": "https://github.com/MeisterTR/ioBroker.mihome-lamp" }, "scripts": { "test": "node node_modules/mocha/bin/mocha --exit" }, "dependencies": { "@iobroker/adapter-core": "^1.0.3" }, "devDependencies": { "gulp": "^3.9.1", "mocha": "^4.1.0", "chai": "^4.1.2" } }