UNPKG

iobroker.nanoleaf-lightpanels

Version:
61 lines (60 loc) 1.57 kB
{ "name": "iobroker.nanoleaf-lightpanels", "version": "1.5.0", "description": "ioBroker adapter to control nanoleaf devices", "author": { "name": "daniel_2k", "email": "daniel_2k@outlook.com" }, "maintainers": [ { "name": "daniel_2k", "email": "daniel_2k@outlook.com" } ], "homepage": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels", "license": "MIT", "keywords": [ "nanoleaf", "light panels", "canvas", "shapes", "aurora", "light", "led", "rgb" ], "repository": { "type": "git", "url": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels" }, "dependencies": { "@iobroker/adapter-core": "^2.6.8", "eventsource": "^2.0.2", "underscore": ">= 1.13.6" }, "devDependencies": { "@iobroker/testing": "^4.1.0", "axios": "^1.4.0", "chai": "^4.3.10", "eslint": "^8.46.0", "axios": "^1.6.0", "chai": "^4.3.10", "eslint": "^8.52.0", "gulp": "^4.0.2", "mocha": "^10.2.0" }, "main": "main.js", "scripts": { "test": "npm run test:package && npm run test:unit", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "lint": "eslint", "release": "node node_modules/@alcalzone/release-script/bin/release.js" }, "bugs": { "url": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels/issues" }, "readmeFilename": "README.md" }