-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 818 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
{
"name": "homebridge-starline",
"version": "1.1.3",
"main": "index.js",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"homebridge-starline",
"homebridge",
"starline",
"car",
"remote"
],
"engines": {
"node": ">=8.0.0",
"homebridge": ">=0.4.1"
},
"dependencies": {
"co-request": "^1.0.0"
},
"description": "Starline plugin for Homebridge",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdusalamov/homebridge-starline.git"
},
"author": "Renat Abdusalamov",
"bugs": {
"url": "https://github.com/abdusalamov/homebridge-starline/issues"
},
"homepage": "https://github.com/abdusalamov/homebridge-starline#readme"
}