forked from Jalle19/node-ffmpeg-mpegts-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) · 773 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 773 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": "node-ffmpeg-mpegts-proxy",
"description": "Simple proxy for leveraging ffmpeg to convert any source URL into MPEG-TS over HTTP",
"version": "0.6.0",
"main": "./node-ffmpeg-mpegts-proxy.js",
"author": {
"name": "Sam Stenvall",
"email": "neggelandia@gmail.com"
},
"keywords": [],
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/Jalle19/node-ffmpeg-mpegts-proxy.git"
},
"bugs": {
"url": "http://github.com/Jalle19/node-ffmpeg-mpegts-proxy/issues"
},
"dependencies": {
"chokidar": "^1.6.1",
"command-exists": "^1.0.2",
"executable": "^4.1.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sleep": "^4.0.0",
"winston": "~0.8.1",
"yargs": "~1.3.2"
}
}