From 8b98e6bbf734adf3413a4d9051a8927c863a1e60 Mon Sep 17 00:00:00 2001 From: Abhishek Purushothama Date: Sat, 26 Oct 2024 20:42:36 -0400 Subject: [PATCH] Add Tred --- src/data/tred.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/data/tred.json diff --git a/src/data/tred.json b/src/data/tred.json new file mode 100644 index 0000000..764f25d --- /dev/null +++ b/src/data/tred.json @@ -0,0 +1,20 @@ +{ + "name": "TrEd 2.0\n", + "slug": "", + "releaseYear": 2010, + "icon": null, + "screenshot": null, + "paperUrl": null, + "codeUrl": null, + "dataTypes": ["dependency-tree"], + "importFormats": ["xml"], + "exportFormats": ["xml"], + "freeness": "closed-source", + "keywords": [], + "description": "TrEd is a fully customizable and programmable graphical editor and viewer for tree-like structures.", + "review": { + "reviewer": null, + "date": null, + "body": null + } +} \ No newline at end of file