-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 808 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 808 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
{
"name": "encoding-output-info",
"version": "0.0.1",
"description": "A browser-based tool to get quick actionable information about the outputs of an encoding",
"main": "index.html",
"dependencies": {
"@bitmovin/api-sdk": "^1.92.0",
"@hpcc-js/wasm": "^1.4.1",
"bootstrap": "^4.4.1",
"d3": "^6.6.2",
"d3-graphviz": "^4.0.0",
"datatables.net": "^1.10.20",
"datatables.net-dt": "^1.10.20",
"datatables.net-responsive": "^2.2.3",
"datatables.net-rowgroup": "^1.1.1",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"tinycolor2": "~1.4.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fabre.lambeau@bitmovin.com",
"license": "ISC"
}