forked from ilcato/homebridge-melcloud
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (40 loc) · 940 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
48
49
50
{
"name": "homebridge-melcloud2",
"version": "0.1.0",
"author": "ilcato",
"license": "GPL2",
"description": "Homebridge plugin for Mitsubishi Melcloud",
"main": "index.js",
"homepage": "https://github.com/zephyrus/homebridge-melcloud2",
"bugs": {
"url": "https://github.com/zephyrus/homebridge-melcloud2/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zephyrus/homebridge-melcloud2.git"
},
"keywords": [
"homebridge-plugin",
"Mitsubishi",
"Melcloud",
"homekit",
"Siri"
],
"engines": {
"node": ">10.0.0",
"homebridge": ">=1.0.0"
},
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"dependencies": {
"request": "2.88.2"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-plugin-import": "2.20.2",
"eslint-config-airbnb-base": "14.1.0"
}
}