forked from ssadams11/node-red-contrib-netatmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
50
51
52
53
54
55
56
57
58
59
60
{
"author": {
"name": "Sam Adams",
"email": "ssadams@us.ibm.com"
},
"name": "node-red-contrib-netatmo",
"description": "Connect to Netatmo devices. See https://netatmo.com, https://dev.netatmo.com/apidocumentation",
"repository": {
"type": "git",
"url": "git+https://github.com/ssadams11/node-red-contrib-netatmo.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"dependencies": {
"mustache": "2.2.1",
"netatmo": "git+http://github.com/floetenbaer/netatmo.git"
},
"version": "0.3.0",
"keywords": [
"node-red",
"netatmo",
"camera",
"tags",
"sensors",
"weather",
"iot",
"ibm"
],
"readmeFilename": "README.md",
"license": "Apache-2.0",
"node-red": {
"nodes": {
"netatmo": "netatmoNodes.js",
"netatmo-set-person-away": "netatmo-set-person-away.js",
"netatmo-get-stations-data": "netatmo-get-stations-data.js",
"netatmo-get-public-data": "netatmo-get-public-data.js",
"netatmo-get-measurements": "netatmo-get-measurements.js",
"netatmo-home-status": "netatmo-home-status.js",
"netatmo-homes-data": "netatmo-homes-data.js",
"netatmo-set-room-therm-point": "netatmo-set-room-therm-point.js",
"netatmo-set-therm-mode": "netatmo-set-therm-mode.js"
}
},
"maintainers": [
{
"name": "Sam Adams",
"email": "ssadms@us.ibm.com"
}
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0"
}
}