iobroker.hilink
Version:
ioBroker hilink Adapter
43 lines (42 loc) • 932 B
JSON
{
"name": "iobroker.hilink",
"version": "0.2.7",
"description": "ioBroker hilink Adapter",
"author": {
"name": "bondrogeen",
"email": "bondrogeen@gmail.com"
},
"contributors": [
{
"name": "bondrogeen",
"email": "bondrogeen@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.hilink",
"license": "MIT",
"keywords": [
"ioBroker",
"hilink",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/bondrogeen/iobroker.hilink"
},
"dependencies": {
"hilinkhuawei": "^2.1.2"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hilink/issues"
},
"readmeFilename": "README.md",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}