forked from anon1y4012/homebridge-energy-price
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 823 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
{
"name": "homebridge-amber-price",
"version": "1.2.2",
"description": "Monitors the Amber energy price for use in automations",
"author": "rob0101",
"license": "MIT",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"Energy",
"Price",
"Amber"
],
"repository": {
"type": "git",
"url": "https://github.com/rob0101/homebridge-amber-price"
},
"bugs": {
"url": "https://github.com/rob0101/homebridge-amber-price/issues"
},
"dependencies": {
"axios": ">=0.21.1"
},
"devDependencies": {},
"engines": {
"homebridge": ">=1.3.5",
"node": ">=16.13.0"
}
}