-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"displayName": "Homebridge Oppo 203/205",
"name": "homebridge-oppo-udp",
"version": "5.1.0",
"description": "Homebridge Plugin to control your Oppo 203/205.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/carlosgamezvillegas/homebridge-plugin-oppo.git"
},
"bugs": {
"url": "https://github.com/carlosgamezvillegas/homebridge-plugin-oppo/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.0.0"
},
"main": "index.js",
"keywords": [
"homebridge-plugin",
"homebridge-oppo",
"homebridge",
"oppo",
"oppo-203",
"oppo-205",
"homekit",
"blu-ray",
"chinoppo",
"M9702",
"M9201",
"M9203",
"M9205"
],
"dependencies": {},
"devDependencies": {
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"homebridge": "^1.2.3",
"nodemon": "^2.0.6",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/carlosgamezv"
}
],
"homepage": "https://github.com/carlosgamezvillegas/homebridge-plugin-oppo#readme",
"author": "Carlos Gamez"
}