forked from LM-ku/ioBroker.solar_inverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 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
{
"name": "iobroker.solar_inverter",
"version": "0.0.0",
"description": "ioBroker solar_inverter Adapter",
"author": {
"name": "LM-ku",
"email": "leonid.m.65@gmail.com"
},
"contributors": [
{
"name": "LM-ku",
"email": "leonid.m.65@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.solar_inverter",
"license": "MIT",
"keywords": [
"ioBroker",
"solar_inverter",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.solar_inverter"
},
"dependencies": {
"crc16": "latest",
"express": "latest",
"fs": "latest",
"npmdatelog": "latest",
"request": "latest",
"serialport": "latest",
"mqtt": "latest",
"@serialport/parser-readline": "latest"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.solar_inverter/issues"
},
"readmeFilename": "README.md"
}