mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 15:06:38 +00:00
16 lines
362 B
JSON
16 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"
|
||
|
}
|
||
|
}
|