mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 06:56:26 +00:00
This adds `gstdump` and `gst-dots-viewer` server, see the README for more details about what those tools do. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7999>
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"name": "gst-dots",
|
|
"version": "1.0.0",
|
|
"description": "GStreamer dot files viewer",
|
|
"main": "static/js/gstdots.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Thibault Saunier <tsaunier@igalia.com>",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@viz-js/viz": "^3.4.0",
|
|
"fuse.js": "^7.0.0"
|
|
}
|
|
}
|