forked from basdelfos/homebridge-esphome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 841 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
{
"name": "homebridge-esphome",
"version": "0.1.0",
"description": "Homebridge plugin to control ESP8266/ESP32 devices running ESPHome firmware",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basdelfos/homebridge-esphome.git"
},
"keywords": [
"homebridge-plugin",
"iot",
"esphome",
"homebridge"
],
"author": "Bas Delfos (b.delfos@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/basdelfos/homebridge-esphome/issues"
},
"homepage": "https://github.com/basdelfos/homebridge-esphome#readme",
"engines": {
"homebridge": ">=0.2.5"
},
"dependencies": {
"eventsource": "^1.0.7",
"moment": "^2.24.0",
"request": "^2.88.0"
},
"devDependencies": {
"mocha": "^6.2.0"
}
}