-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
28 lines (28 loc) · 1.02 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
{
"name": "acm-grand-challenge-2020",
"version": "1.0.0",
"description": "This repo contains assets for Twitch's ACM MMSys 2020 Grand Challenge, [Adaptation Algorithm for Near-Second Latency](https://2020.acmmmsys.org/lll_challenge.php). It contains everything you need to build and test low-latency ABR algorithms locally.",
"main": "dash.js",
"dependencies": {
"puppeteer": "^2.1.1",
"puppeteer-core": "^2.1.1"
},
"devDependencies": {},
"config": {
"ffmpeg_profile": "PROFILE_NORMAL",
"network_profile": "PROFILE_CASCADE"
},
"scripts": {
"test": "bash ./dash-ll-server/run_gen.sh $npm_package_config_ffmpeg_profile & node run.js $npm_package_config_network_profile || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twitchtv/acm-grand-challenge-2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/twitchtv/acm-grand-challenge-2020/issues"
},
"homepage:": "https://github.com/twitchtv/acm-grand-challenge-2020#readme"
}