UNPKG

iobroker.myq

Version:
70 lines (69 loc) 1.78 kB
{ "name": "iobroker.myq", "version": "0.3.1", "description": "MyQ (Chamberlain/Liftmaster)", "author": { "name": "Marius Burkard", "email": "m.burkard@pixcept.de" }, "contributors": [ { "name": "Marius Burkard", "email": "m.burkard@pixcept.de" } ], "homepage": "https://github.com/StrathCole/ioBroker.myq", "license": "MIT", "keywords": [ "ioBroker", "MyQ", "Smart Home", "home automation", "garage", "chamberlain", "liftmaster" ], "repository": { "type": "git", "url": "git+https://github.com/StrathCole/ioBroker.myq.git" }, "dependencies": { "@iobroker/adapter-core": "^1.0.3", "@strathcole/iob-lib": "^0.1.2", "@hjdhjd/myq": "^6.0.9" }, "devDependencies": { "@iobroker/testing": "^1.3.0", "@types/chai": "^4.2.5", "@types/chai-as-promised": "^7.1.2", "@types/gulp": "^4.0.6", "@types/mocha": "^5.2.7", "@types/node": "^10.17.6", "@types/proxyquire": "^1.3.28", "@types/sinon": "^7.5.1", "@types/sinon-chai": "^3.2.3", "axios": "^0.21.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^6.7.1", "gulp": "^4.0.2", "mocha": "^6.2.2", "proxyquire": "^2.1.3", "sinon": "^7.5.0", "sinon-chai": "^3.3.0", "typescript": "^3.7.3" }, "main": "main.js", "scripts": { "test:js": "mocha --opts test/mocha.custom.opts", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package && npm run test:integration", "lint": "eslint" }, "bugs": { "url": "https://github.com/StrathCole/ioBroker.myq/issues" }, "readmeFilename": "README.md" }