feat(doc): update readme
This commit is contained in:
13
package.json
13
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user