UNPKG

iobroker.sensate

Version:

Connector to the Sensate Platform

67 lines (66 loc) 1.63 kB
{ "name": "iobroker.sensate", "version": "0.1.2", "description": "Connector to the Sensate Platform", "author": { "name": "Sensate Digital Technologies GmbH", "email": "support@sensate.io" }, "homepage": "https://www.sensate.io", "license": "MIT", "keywords": [ "IOT", "DIY", "Sensors", "ESP8266", "ESP32", "Temperature", "Humidity", "ESP12", "NodeMCU", "Rules", "Alarms", "Smartphone", "App" ], "repository": { "type": "git", "url": "https://github.com/sensate-io/ioBroker.sensate" }, "dependencies": { "@iobroker/adapter-core": "^2.3.0" }, "devDependencies": { "@iobroker/testing": "^2.2.0", "@types/chai": "^4.2.11", "@types/chai-as-promised": "^7.1.2", "@types/gulp": "^4.0.6", "@types/mocha": "^7.0.2", "@types/node": "^12.12.35", "@types/proxyquire": "^1.3.28", "@types/sinon": "^9.0.0", "@types/sinon-chai": "^3.2.4", "axios": "^0.19.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^6.8.0", "gulp": "^4.0.2", "mocha": "^7.1.1", "proxyquire": "^2.1.3", "sinon-chai": "^3.5.0", "sinon": "^8.1.1" }, "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", "lint": "eslint" }, "bugs": { "url": "https://github.com/sensate-io/ioBroker.sensate/issues" }, "readmeFilename": "README.md" }