forked from RReverser/mpegts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 754 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": "mpegts_to_mp4",
"version": "1.0.1",
"description": "Pure JavaScript MPEGTS->MP4 converter.",
"main": "node.js",
"bin": "node.js",
"dependencies": {
"jbinary": "^2.1.2",
"jdataview": "^2.4.6",
"stack-displayname": "^1.0.0"
},
"devDependencies": {
"stack-displayname": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RReverser/mpegts.git"
},
"keywords": [
"mpegts",
"hls",
"mp4",
"video",
"binary",
"data",
"conversion"
],
"author": "Ingvar Stepanyan <[email protected]> (http://rreverser.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RReverser/mpegts/issues"
},
"homepage": "https://github.com/RReverser/mpegts"
}