-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 Bytes
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
{
"name": "node-red-contrib-growatt",
"version": "1.1.2",
"description": "Access to the Growatt API. Using the PCLHome/growatt library.",
"author": "Thorsten Heilmann",
"license": "MIT",
"node-red": {
"nodes": {
"growatt": "nodes/growatt.js",
"growatt-config": "nodes/growatt-config.js"
}
},
"dependencies": {
"growatt": "^0.7.4"
},
"main": "nodes/growatt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Looking4Cache/node-red-contrib-growatt.git"
},
"keywords": [
"node-red",
"growatt"
],
"bugs": {
"url": "https://github.com/Looking4Cache/node-red-contrib-growatt/issues"
},
"homepage": "https://github.com/Looking4Cache/node-red-contrib-growatt#readme"
}