-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "dvbtee",
"version": "0.4.5",
"description": "MPEG2 transport stream parser for Node.js with support for television broadcast PSIP tables",
"author": "Michael Ira Krufky <mkrufky@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mkrufky/node-dvbtee.git"
},
"bugs": {
"url": "https://github.com/mkrufky/node-dvbtee/issues"
},
"keywords": [
"dvb-psi",
"atsc",
"dvb",
"dvbt",
"dvb-t",
"psi",
"psip",
"mpeg2",
"mpegts",
"m2ts",
"ts",
"transport-stream",
"transport",
"stream",
"tv",
"dtv",
"digital",
"television",
"pat",
"pmt",
"sdt",
"vct",
"mgt",
"nit",
"eit",
"ett",
"stt",
"tdt",
"tot",
"epg",
"table",
"tables",
"descriptor",
"descriptors",
"parser"
],
"main": "./lib/dvbtee.js",
"scripts": {
"install": "node-gyp rebuild -j 8",
"test": "mocha"
},
"dependencies": {
"async-factory-worker": "^0.0.1",
"libdvbtee_parser": "^0.6.7",
"nan": "^2.14.1"
},
"optionalDependencies": {
"bindings": "^1.5.0"
},
"devDependencies": {
"mocha": "^6.2.0",
"should": "^13.2.3"
},
"gypfile": true
}