Fix package.json
This commit is contained in:
13
package.json
13
package.json
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"name": "node-red-contrib-xiaomi-devices",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"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@github.com:hrietman/node-red-contrib-xiaomi-devices.git"
|
||||
},
|
||||
"keywords": ["Xiaomi"],
|
||||
"author": "Harald Rietman <h.rietman@gmail.com>",
|
||||
"node-red" : {
|
||||
"nodes": {
|
||||
"xiaomi-ht": "node-red-contrib-xiaomi-ht/xiaomi-ht.js",
|
||||
"xiaomi-magnet": "node-red-contrib-xiaomi-magnet/xiaomi-magnet.js",
|
||||
"xiaomi-motion": "node-red-contrib-xiaomi-motion/xiaomi-motion.js",
|
||||
"xiaomi-socket": "node-red-contrib-xiaomi-socket/xiaomi-socket.js",
|
||||
"xiaomi-switch": "node-red-contrib-xiaomi-switch/xiaomi-switch.js"
|
||||
}
|
||||
}
|
||||
"author": "Harald Rietman",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hrietman/node-red-contrib-xiaomi-devices/issues"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user