-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 880 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
{
"name": "homebridge-carwings",
"version": "0.0.5",
"description": "Create a HomeKit battery accessory that uses Carwings API 2 to communicate with your vehicle and report battery charge level and a switch to toggle climate control.",
"main": "homebridge-carwings.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brandon Martin",
"repository": {
"type": "git",
"url": "git://github.com/blandman/homebridge-carwings.git"
},
"bugs": {
"url": "https://github.com/blandman/homebridge-carwings/issues"
},
"license": "MIT",
"dependencies": {
"carwings": "https://github.com/blandman/carwings",
"request": "^2.79.0"
},
"engines": {
"node": ">=4.2",
"homebridge": ">=0.2.0"
},
"keywords": [
"homebridge-plugin",
"carwings",
"nissan",
"leaf",
"ev",
"car"
]
}