-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
34 lines (34 loc) · 938 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
{
"name": "@warren-bank/hls-proxy",
"description": "Node.js server to proxy HLS video streams",
"version": "3.5.4",
"scripts": {
"start": "node hls-proxy/bin/hlsd.js",
"sudo": "sudo node hls-proxy/bin/hlsd.js"
},
"bin": {
"hlsd": "hls-proxy/bin/hlsd.js"
},
"dependencies": {
"@warren-bank/node-process-argv": "^1.2.1",
"@warren-bank/node-request": "^2.0.12",
"@warren-bank/url": "^3.1.2",
"hpagent": "^1.2.0",
"regexp-match-indices": "^1.0.2",
"tough-cookie": "^3.0.1"
},
"license": "GPL-2.0",
"author": {
"name": "Warren R. Bank",
"email": "[email protected]",
"url": "https://github.com/warren-bank"
},
"homepage": "https://github.com/warren-bank/HLS-Proxy",
"repository": {
"type": "git",
"url": "https://github.com/warren-bank/HLS-Proxy"
},
"bugs": {
"url": "https://github.com/warren-bank/HLS-Proxy/issues"
}
}