-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "node-red-contrib-mihome",
"description": "Get Xiaomi device information from Mi Home",
"license": "MIT",
"version": "1.1.1",
"author": {
"email": "boomer.developer@gmail.com",
"name": "BOOMER74",
"url": "https://boomer74.github.io"
},
"engines": {
"node": ">=12.22.0"
},
"dependencies": {
"node-mihome": "^0.0.32"
},
"devDependencies": {
"@types/node-red": "^1.1.1",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"prettier": "^2.2.1"
},
"keywords": [
"node-red",
"node-red-contrib",
"mi",
"miio",
"mihome",
"xiaomi"
],
"node-red": {
"nodes": {
"mihome-cloud": "nodes/mihome-cloud.js",
"mihome-devices": "nodes/mihome-devices.js",
"mihome-th-monitor": "nodes/mihome-th-monitor.js",
"mihome-th-sensor": "nodes/mihome-th-sensor.js"
}
},
"homepage": "https://github.com/BOOMER74/node-red-contrib-mihome#readme",
"bugs": {
"url": "https://github.com/BOOMER74/node-red-contrib-mihome/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/BOOMER74/node-red-contrib-mihome"
}
}