-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
31 lines (31 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "node-red-contrib-xiaomi-devices",
"version": "1.0.14",
"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://[email protected]:hrietman/node-red-contrib-xiaomi-devices.git"
},
"license" : "MIT",
"keywords": ["Xiaomi", "node-red"],
"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-switch": "node-red-contrib-xiaomi-switch/xiaomi-switch.js",
"xiaomi-socket": "node-red-contrib-xiaomi-socket/xiaomi-socket.js",
"xiaomi-socket-wifi": "node-red-contrib-xiaomi-socket-wifi/xiaomi-socket-wifi.js",
"xiaomi-configurator": "node-red-contrib-xiaomi-configurator/xiaomi-configurator.js"
}
},
"author": "Harald Rietman",
"bugs": {
"url": "https://github.com/hrietman/node-red-contrib-xiaomi-devices/issues"
},
"dependencies": {
"cryptojs": "^2.5.3",
"mustache": "^2.3.0",
"miio": "0.13.0"
}
}