forked from nosrak113/homebridge-bmw-i-remote
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·39 lines (39 loc) · 898 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
{
"name": "homebridge-bmw-connected",
"version": "1.0.0",
"author": "needlerp",
"scripts": {
"start": "node index.js"
},
"description": "A Homebridge plugin to control BMW Connected Drive Cars",
"license": "MIT",
"homepage": "https://github.com/needlerp/homebridge-bmw-connected#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/needlerp/homebridge-bmw-connected.git"
},
"keywords": [
"homebridge-plugin",
"homebridge-lock",
"homebridge",
"lock",
"bmw"
],
"main": "index.js",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"log": "^1.4.0",
"request": "^2.83.0",
"requestretry": "^1.12.2"
},
"bugs": {
"url": "https://github.com/needlerp/homebridge-bmw-connected/issues"
},
"devDependencies": {
"mocha": "^4.0.1",
"release-it": "^4.2.0"
}
}