-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 943 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
{
"name": "@flecoufle/node-red-linky",
"version": "1.2.0",
"description": "Retrieve Linky power consumption",
"main": "linky/linky.js",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"contributors": [
{
"name": "François Lecoufle"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/flecoufle/node-red-linky.git"
},
"node-red": {
"version": ">=0.17.0",
"nodes": {
"linky-api": "linky/linky.js",
"linky-api-config": "linky/linky-config.js"
}
},
"keywords": [
"linky",
"api",
"node-red",
"power",
"consumption",
"production"
],
"author": "François Lecoufle",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/flecoufle/node-red-linky/issues"
},
"homepage": "https://github.com/flecoufle/node-red-linky#readme",
"dependencies": {
"got": "13.0.0"
}
}