forked from warren-bank/node-HLS-Proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
{
"name": "@warren-bank/hls-proxy",
"description": "Node.js server to proxy HLS video streams",
"version": "0.13.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-request": "^1.0.4"
},
"license": "GPL-2.0",
"author": {
"name": "Warren R. Bank",
"email": "warren.r.bank@gmail.com",
"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"
}
}