19 lines
554 B
JSON
19 lines
554 B
JSON
{
|
|
"name": "node-red-contrib-xiaomi-devices",
|
|
"version": "1.0.0",
|
|
"description": "A set of nodes to control some of the popular Xiaomi sensors which are connected to the Xiaomi Gateway.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/h-rietman/xiaomi-devices-node-red.git"
|
|
},
|
|
"keywords": [Xiaomi],
|
|
"author": "Harald Rietman <h.rietman@gmail.com>",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/h-rietman/xiaomi-devices-node-red/issues"
|
|
},
|
|
"dependencies": {
|
|
"cryptojs": "^2.5.3",
|
|
"mustache": "^2.3.0"
|
|
}
|
|
}
|