forked from Heatit-Controls/no.thermofloor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 799 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
{
"name": "no.ThermoFloor",
"version": "1.0.0",
"description": "This app adds support for devices made by [ThermoFloor](http://www.thermo-floor.no).",
"main": "app.js",
"dependencies": {
"homey-zigbeedriver": "^2.0.1",
"homey-zwavedriver": "^2.1.10"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-athom": "^2.1.0"
},
"scripts": {
"run": "homey app run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heatit-Controls/no.ThermoFloor.git"
},
"engines": {
"node": ">=12.16.1"
},
"author": "Ted Tolboom",
"license": "MIT",
"bugs": {
"url": "https://github.com/Heatit-Controls/no.ThermoFloor/issues"
},
"homepage": "https://github.com/Heatit-Controls/no.ThermoFloor.git#readme"
}