UNPKG

iobroker.lightify

Version:
53 lines 1.17 kB
{ "name": "iobroker.lightify", "version": "0.2.16", "description": "OSRAM Lightify Adapter", "author": { "name": "soef", "email": "soef@gmx.net" }, "contributors": [ { "name": "soef", "email": "soef@gmx.net" } ], "homepage": "https://github.com/soef/iobroker.lightify", "license": "MIT", "keywords": [ "ioBroker", "osram", "lightify", "zigbee", "hue" ], "repository": { "type": "git", "url": "https://github.com/soef/iobroker.lightify" }, "optionalDependencies": { "mdns-discovery": "^0.2.2" }, "dependencies": { "soef": "^0.4.6", "promise": ">=7.1.1", "moment": ">=2.4.0" }, "devDependencies": { "grunt": "^1.0.1", "grunt-replace": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-jscs": "^3.0.1", "grunt-http": "^2.2.0", "mocha": "^4.1.0", "chai": "^4.1.2" }, "bugs": { "url": "https://github.com/soef/iobroker.lightify/issues" }, "readmeFilename": "README.md", "main": "lightify.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit" } }