forked from EricAndrechek/homebridge-display
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.61 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
55
56
57
58
59
60
61
62
63
64
{
"displayName": "Homebridge-Display",
"name": "homebridge-display",
"version": "2.1.2",
"description": "A beautiful display to control accessories and more from your browser.",
"license": "Apache-2.0",
"homepage": "https://github.com/EricAndrechek/Homebridge-Display",
"repository": {
"type": "git",
"url": "git://github.com/EricAndrechek/Homebridge-Display.git"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/EricAndrechek"
},
{
"type": "paypal",
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=eric%40andrechek.com¤cy_code=USD&source=url"
}
],
"bugs": {
"url": "https://github.com/EricAndrechek/Homebridge-Display/issues"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">0.4.53"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"ipad",
"display"
],
"main": "dist/index.js",
"author": {
"name": "Eric Andrechek",
"email": "[email protected]",
"url": "https://github.com/EricAndrechek/"
},
"dependencies": {
"ejs": "^3.1.3",
"lodash": "^4.17.19",
"path": "^0.12.7",
"request": "^2.88.2",
"rss-parser": "^3.8.0",
"socket.io": "^4.0.0",
"sonos": "^1.14.0"
},
"devDependencies": {
"@types/node": "^15.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"homebridge": "^1.1.1",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.0.2"
},
"scripts": {
"lint": "eslint './dist/*.js' --fix"
}
}