2
0

feat(doc): update readme

This commit is contained in:
Pierre CLEMENT
2018-01-02 11:54:08 +01:00
parent c7076ab5f9
commit 950cccb6dc
7 changed files with 47 additions and 19 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "node-red-contrib-xiaomi-devices",
"version": "1.1.0",
"description": "A set of nodes to control some of the popular Xiaomi sensors which are connected to the Xiaomi Gateway.",
"name": "node-red-contrib-mi-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, and the Gateway itself.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:hrietman/node-red-contrib-xiaomi-devices.git"
"url": "git+ssh://git@github.com:pierrecle/node-red-contrib-mi-devices.git"
},
"license": "MIT",
"keywords": [
"Xiaomi",
"Aqara",
"node-red"
],
"node-red": {
@@ -25,9 +26,9 @@
"xiaomi-actions": "node-red-contrib-xiaomi-actions/xiaomi-actions.js"
}
},
"author": "Harald Rietman",
"author": "Pierre CLEMENT",
"bugs": {
"url": "https://github.com/hrietman/node-red-contrib-xiaomi-devices/issues"
"url": "https://github.com/pierrecle/node-red-contrib-mi-devices/issues"
},
"dependencies": {
"cryptojs": "^2.5.3",