forked from guidone/node-red-contrib-netatmo-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1017 Bytes
/
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
{
"author": {
"name": "Guido Bellomo",
"email": "guido.bellomo@gmail.com"
},
"name": "node-red-contrib-netatmo-dashboard",
"description": "Get JSON payload for NetAtmo dashboard. See http://netatmo.com, https://dev.netatmo.com/doc",
"dependencies": {
"netatmo": "^2.2.2",
"node-fetch": "^2.6.7",
"np": "^3.0.4",
"prettyjson": "^1.2.1",
"request": "^2.88.0",
"underscore": "^1.9.1"
},
"version": "0.5.2",
"keywords": [
"node-red",
"netatmo",
"camera",
"tags",
"sensors",
"weather",
"iot",
"ibm"
],
"license": "MIT",
"node-red": {
"nodes": {
"netatmo": "netatmo-dashboard.js",
"netatmo-camera": "netatmo-camera.js"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/guidone/node-red-contrib-netatmo-dashboard.git"
}
],
"maintainers": [
{
"name": "Guido Bellomo",
"email": "guido.bellomo@gmail.com",
"web": "http://javascript-jedi.com"
}
]
}