-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "faux-tuner",
"version": "0.1.26",
"description": "A virtual tuner card and EPG guide for online live TV sources. Designed to work with Plex Media Server's Live TV / DVR feature.",
"main": "index.js",
"bin": {
"faux-tuner": "./bin/faux-tuner.js"
},
"scripts": {
"start": "node ./bin/server.js",
"example": "node ./example/middleware.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/FauxTuner/faux-tuner",
"keywords": [],
"homepage": "https://fauxtuner.github.io/faux-tuner",
"author": "fauxtuner",
"license": "MIT",
"dependencies": {
"address": "^1.1.2",
"aes-decrypter": "^3.0.0",
"chalk": "^4.1.0",
"env-paths": "^2.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"faux-tuner-ui": "git+https://github.com/fauxtuner/faux-tuner-ui.git",
"forever": "^3.0.0",
"forever-monitor": "^3.0.1",
"got": "^11.5.2",
"jimp": "^0.16.0",
"lowdb": "^1.0.0",
"m3u8": "0.0.10",
"m3u8-parser": "^4.4.3",
"make-dir": "^3.1.0",
"moment": "^2.27.0",
"node-ssdp": "^4.0.0",
"uuid": "^8.3.0",
"xmlbuilder2": "^2.3.1",
"yargs": "^15.4.1"
}
}