forked from Eyevinn/channel-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.27 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
{
"name": "eyevinn-channel-engine",
"version": "3.0.1",
"description": "OTT TV Channel Engine",
"main": "index.js",
"scripts": {
"debug-server": "DEBUG=engine-*,vod-to-live node server.js",
"test": "$(npm bin)/jasmine",
"postversion": "git push && git push --tags",
"start": "node server.js",
"start-demux": "node server-demux.js",
"start-livemix": "node server-livemix.js"
},
"author": "Eyevinn Technology AB <work@eyevinn.se>",
"contributors": [
"Jonas Rydholm Birmé <jonas.birme@eyevinn.se> (Eyevinn Technology AB)",
"Alan Allard <alan.allard@eyevinn.se> (Eyevinn Technology AB)",
"Craig McEldowney <craig@ottera.tv>"
],
"repository": "https://github.com/Eyevinn/channel-engine",
"license": "Apache-2.0",
"dependencies": {
"@eyevinn/hls-repeat": "^0.1.1",
"@eyevinn/hls-truncate": "^0.1.0",
"@eyevinn/hls-vodtolive": "^1.17.1",
"@eyevinn/m3u8": "^0.4.1",
"abort-controller": "^3.0.0",
"debug": "^3.2.7",
"memcache-client": "^0.10.1",
"nock": "^13.1.1",
"node-fetch": "^2.6.1",
"promise.allsettled": "^1.0.4",
"redis": "^3.0.2",
"request": ">=2.88.0",
"restify": ">=8.5.1",
"restify-errors": "^8.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"jasmine": "^3.1.0"
}
}