From de524d8a0630df678f1ef2a672f41b10ed158f93 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Tue, 12 Oct 2021 01:41:26 +0200 Subject: [PATCH] started to add meta information for each extension --- .../stroke_color_as_fill/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/styles_to_layers/meta.json | 15 +++++++++++++++ extensions/fablabchemnitz/sudoku/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/sundial_declining/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/svg2shenzhen/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/svgo_output/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/tab_generator/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/table_support/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/travel/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/triangular_grid/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/tuckbox/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/twist/meta.json | 16 ++++++++++++++++ .../meta.json | 15 +++++++++++++++ .../fablabchemnitz/unwind_paths/meta.json | 15 +++++++++++++++ .../fablabchemnitz/vektorkollektor/meta.json | 17 +++++++++++++++++ .../vertical_horizontal_scale/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/visicut/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/vpypetools/meta.json | 15 +++++++++++++++ extensions/fablabchemnitz/x_agram/meta.json | 16 ++++++++++++++++ .../fablabchemnitz/zigzag_nodes/meta.json | 16 ++++++++++++++++ extensions/fablabchemnitz/zoetrope/meta.json | 16 ++++++++++++++++ 21 files changed, 333 insertions(+) create mode 100644 extensions/fablabchemnitz/stroke_color_as_fill/meta.json create mode 100644 extensions/fablabchemnitz/styles_to_layers/meta.json create mode 100644 extensions/fablabchemnitz/sudoku/meta.json create mode 100644 extensions/fablabchemnitz/sundial_declining/meta.json create mode 100644 extensions/fablabchemnitz/svg2shenzhen/meta.json create mode 100644 extensions/fablabchemnitz/svgo_output/meta.json create mode 100644 extensions/fablabchemnitz/tab_generator/meta.json create mode 100644 extensions/fablabchemnitz/table_support/meta.json create mode 100644 extensions/fablabchemnitz/travel/meta.json create mode 100644 extensions/fablabchemnitz/triangular_grid/meta.json create mode 100644 extensions/fablabchemnitz/tuckbox/meta.json create mode 100644 extensions/fablabchemnitz/twist/meta.json create mode 100644 extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json create mode 100644 extensions/fablabchemnitz/unwind_paths/meta.json create mode 100644 extensions/fablabchemnitz/vektorkollektor/meta.json create mode 100644 extensions/fablabchemnitz/vertical_horizontal_scale/meta.json create mode 100644 extensions/fablabchemnitz/visicut/meta.json create mode 100644 extensions/fablabchemnitz/vpypetools/meta.json create mode 100644 extensions/fablabchemnitz/x_agram/meta.json create mode 100644 extensions/fablabchemnitz/zigzag_nodes/meta.json create mode 100644 extensions/fablabchemnitz/zoetrope/meta.json diff --git a/extensions/fablabchemnitz/stroke_color_as_fill/meta.json b/extensions/fablabchemnitz/stroke_color_as_fill/meta.json new file mode 100644 index 00000000..6d91f588 --- /dev/null +++ b/extensions/fablabchemnitz/stroke_color_as_fill/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Stroke Color As Fill", + "id": "fablabchemnitz.de.stroke_color_as_fill", + "path": "stroke_color_as_fill", + "original_name": "Stroke color as fill", + "original_id": "com.jabiertxof.strokecolor.as.fill", + "license": "GNU GPL v3", + "license_url": "https://inkscape.org/de/~jabiertxof/%E2%98%85stroke-color-as-fill", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://inkscape.org/de/~jabiertxof/%E2%98%85stroke-color-as-fill", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Stroke+Color+As+Fill", + "main_authors": [ + "inkscape.org/jabiertxof", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/styles_to_layers/meta.json b/extensions/fablabchemnitz/styles_to_layers/meta.json new file mode 100644 index 00000000..3b575b54 --- /dev/null +++ b/extensions/fablabchemnitz/styles_to_layers/meta.json @@ -0,0 +1,15 @@ +{ + "name": "Styles To Layers", + "id": "fablabchemnitz.de.styles_to_layers", + "path": "styles_to_layers", + "original_name": "Styles To Layers", + "original_id": "fablabchemnitz.de.styles_to_layers", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "written by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/styles_to_layers", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Styles+To+Layers", + "main_authors": [ + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/sudoku/meta.json b/extensions/fablabchemnitz/sudoku/meta.json new file mode 100644 index 00000000..73a59e88 --- /dev/null +++ b/extensions/fablabchemnitz/sudoku/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Sudoku", + "id": "fablabchemnitz.de.sudoku", + "path": "sudoku", + "original_name": "Sudoku", + "original_id": "org.inkscape.render.sudoku", + "license": "GNU GPL v3", + "license_url": "https://github.com/Neon22/inkscape-sudoku/blob/master/LICENCE", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://github.com/Neon22/inkscape-sudoku", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Sudoku", + "main_authors": [ + "github.com/Neon22", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/sundial_declining/meta.json b/extensions/fablabchemnitz/sundial_declining/meta.json new file mode 100644 index 00000000..d8e52aca --- /dev/null +++ b/extensions/fablabchemnitz/sundial_declining/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Sundial Declining", + "id": "fablabchemnitz.de.sundial_declining", + "path": "sundial_declining", + "original_name": "Sundial", + "original_id": "fr.electropol.tableausimple.inkscape", + "license": "Public Domain", + "license_url": "https://inkscape.org/de/~TomasUrban/%E2%98%85sundial-declining", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://inkscape.org/de/~TomasUrban/%E2%98%85sundial-declining", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Sundial+Declining", + "main_authors": [ + "inkscape.org/TomasUrban", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/svg2shenzhen/meta.json b/extensions/fablabchemnitz/svg2shenzhen/meta.json new file mode 100644 index 00000000..c0440b43 --- /dev/null +++ b/extensions/fablabchemnitz/svg2shenzhen/meta.json @@ -0,0 +1,16 @@ +{ + "name": "", + "id": "fablabchemnitz.de.svg2shenzhen_", + "path": "svg2shenzhen", + "original_name": "", + "original_id": "net.svg2shenzhen_", + "license": "GNU GPL v3", + "license_url": "https://github.com/badgeek/svg2shenzhen/blob/master/LICENSE", + "comment": "", + "source_url": "https://github.com/badgeek/svg2shenzhen", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Svg2Shenzhen", + "main_authors": [ + "github.com/badgeek", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/svgo_output/meta.json b/extensions/fablabchemnitz/svgo_output/meta.json new file mode 100644 index 00000000..90e44d40 --- /dev/null +++ b/extensions/fablabchemnitz/svgo_output/meta.json @@ -0,0 +1,16 @@ +{ + "name": "SVGO Output", + "id": "fablabchemnitz.de.svgo_output", + "path": "svgo_output", + "original_name": "SVGO Output", + "original_id": "org.inkscape.output.svgo", + "license": "MIT License", + "license_url": "https://github.com/juanfran/svgo-inkscape/blob/master/LICENSE", + "comment": "", + "source_url": "https://github.com/juanfran/svgo-inkscape/", + "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55019653", + "main_authors": [ + "github.com/juanfran", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/tab_generator/meta.json b/extensions/fablabchemnitz/tab_generator/meta.json new file mode 100644 index 00000000..0d5369c8 --- /dev/null +++ b/extensions/fablabchemnitz/tab_generator/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Tab Generator", + "id": "fablabchemnitz.de.tab_generator", + "path": "tab_generator", + "original_name": "Tabgen", + "original_id": "org.inkscape.tabgen", + "license": "GNU GPL v3", + "license_url": "https://github.com/obzerving/Tabgen/blob/main/LICENSE", + "comment": "", + "source_url": "https://github.com/obzerving/Tabgen", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Tab+Generator", + "main_authors": [ + "github.com/obzerving", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/table_support/meta.json b/extensions/fablabchemnitz/table_support/meta.json new file mode 100644 index 00000000..d713a755 --- /dev/null +++ b/extensions/fablabchemnitz/table_support/meta.json @@ -0,0 +1,16 @@ +{ + "name": "", + "id": "fablabchemnitz.de.table_", + "path": "table_support", + "original_name": "", + "original_id": "org.greygreen.inkscape.effects.table_", + "license": "GNU GPL v2", + "license_url": "https://sourceforge.net/projects/inkscape-tables/files/inkscape-table-1.0.tar.gz/download", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://sourceforge.net/projects/inkscape-tables", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Table+Support", + "main_authors": [ + "sourceforge.net/lixapopescu", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/travel/meta.json b/extensions/fablabchemnitz/travel/meta.json new file mode 100644 index 00000000..05b0f6ac --- /dev/null +++ b/extensions/fablabchemnitz/travel/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Travel", + "id": "fablabchemnitz.de.travel", + "path": "travel", + "original_name": "Travel", + "original_id": "travel.rkp8000.inkscape", + "license": "MIT License", + "license_url": "https://github.com/rkp8000/inkscape-travel/blob/master/LICENSE", + "comment": "ported to Inkscape v1 manually by Mario Voigt", + "source_url": "https://github.com/rkp8000/inkscape-travel", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Travel", + "main_authors": [ + "github.com/rkp8000", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/triangular_grid/meta.json b/extensions/fablabchemnitz/triangular_grid/meta.json new file mode 100644 index 00000000..412f12eb --- /dev/null +++ b/extensions/fablabchemnitz/triangular_grid/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Triangular Grid", + "id": "fablabchemnitz.de.triangular_grid", + "path": "triangular_grid", + "original_name": "Triangular Grid", + "original_id": "grid.triangular", + "license": "GNU GPL v2", + "license_url": "https://github.com/cds4/inkscape-grids/blob/master/grid_triangular.py", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://github.com/cds4/inkscape-grids", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Triangular+Grid", + "main_authors": [ + "github.com/cds4", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/tuckbox/meta.json b/extensions/fablabchemnitz/tuckbox/meta.json new file mode 100644 index 00000000..78ecd5ed --- /dev/null +++ b/extensions/fablabchemnitz/tuckbox/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Tuckbox", + "id": "fablabchemnitz.de.tuckbox", + "path": "tuckbox", + "original_name": "Create Tuckbox", + "original_id": "phillips.effect.tuckbox", + "license": "GNU GPL v2", + "license_url": "https://sourceforge.net/p/razorfoss/svn/HEAD/tree/trunk/Inkscape/TuckboxExtension/CreateTuckbox.py", + "comment": "", + "source_url": "https://sourceforge.net/p/razorfoss/svn/HEAD/tree/trunk/Inkscape/TuckboxExtension/", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Tuckbox", + "main_authors": [ + "Luke Phillips (lukerazor@hotmail.com)", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/twist/meta.json b/extensions/fablabchemnitz/twist/meta.json new file mode 100644 index 00000000..552207f7 --- /dev/null +++ b/extensions/fablabchemnitz/twist/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Twist", + "id": "fablabchemnitz.de.twist", + "path": "twist", + "original_name": "Twist", + "original_id": "command.eggbot.contributed.twist", + "license": "GNU GPL v3", + "license_url": "https://github.com/evil-mad/EggBot/blob/master/LICENSE", + "comment": "ported to Inkscape v1 manually by Mario Voigt", + "source_url": "https://github.com/evil-mad/EggBot/tree/master/inkscape_contributed", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Twist", + "main_authors": [ + "github.com/oskay", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json b/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json new file mode 100644 index 00000000..9ba542a5 --- /dev/null +++ b/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter/meta.json @@ -0,0 +1,15 @@ +{ + "name": "Ungrouper And Element Migrator/Filter", + "id": "fablabchemnitz.de.ungrouper_and_element_migrator_filter", + "path": "ungrouper_and_element_migrator_filter", + "original_name": "Ungrouper And Element Migrator/Filter", + "original_id": "fablabchemnitz.de.ungrouper_and_element_migrator_filter", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "Created by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/ungrouper_and_element_migrator_filter", + "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=77267295", + "main_authors": [ + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/unwind_paths/meta.json b/extensions/fablabchemnitz/unwind_paths/meta.json new file mode 100644 index 00000000..e5d2d9a2 --- /dev/null +++ b/extensions/fablabchemnitz/unwind_paths/meta.json @@ -0,0 +1,15 @@ +{ + "name": "Unwind Paths", + "id": "fablabchemnitz.de.unwind_paths", + "path": "unwind_paths", + "original_name": "Unwind Paths", + "original_id": "fablabchemnitz.de.unwind_paths", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "Created by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/unwind_paths", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Unwind+Paths", + "main_authors": [ + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/vektorkollektor/meta.json b/extensions/fablabchemnitz/vektorkollektor/meta.json new file mode 100644 index 00000000..5afa56f2 --- /dev/null +++ b/extensions/fablabchemnitz/vektorkollektor/meta.json @@ -0,0 +1,17 @@ +{ + "name": "Vektorkollektor", + "id": "fablabchemnitz.de.vektorkollektor", + "path": "vektorkollektor", + "original_name": "Vektorkollektor", + "original_id": "fablabchemnitz.de.vektorkollektor", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "Created by Mario Voigt. See http://www.vektorkollektor.com", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/vektorkollektor", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Vektorkollektor", + "main_authors": [ + "https://niklasroy.com", + "http://katihyyppa.com", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/vertical_horizontal_scale/meta.json b/extensions/fablabchemnitz/vertical_horizontal_scale/meta.json new file mode 100644 index 00000000..7ba23dd2 --- /dev/null +++ b/extensions/fablabchemnitz/vertical_horizontal_scale/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Vertical / Horizontal Scale", + "id": "fablabchemnitz.de.vertical_horizontal_scale", + "path": "vertical_horizontal_scale", + "original_name": "Scale", + "original_id": "org.inkscape.render.render_scale", + "license": "GNU GPL v2", + "license_url": "https://github.com/brathering82/inkscape/blob/master/LICENSE", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://github.com/brathering82/inkscape", + "documentation_url": "https://stadtfabrikanten.org/pages/viewpage.action?pageId=55018500", + "main_authors": [ + "github.com/brathering82", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/visicut/meta.json b/extensions/fablabchemnitz/visicut/meta.json new file mode 100644 index 00000000..48b810be --- /dev/null +++ b/extensions/fablabchemnitz/visicut/meta.json @@ -0,0 +1,16 @@ +{ + "name": "", + "id": "fablabchemnitz.de.open_in_visicut_", + "path": "visicut", + "original_name": "", + "original_id": "visicut.", + "license": "GNU LGPL v3", + "license_url": "https://github.com/t-oster/VisiCut/blob/master/LICENSE", + "comment": "", + "source_url": "https://github.com/t-oster/VisiCut/tree/master/tools/inkscape_extension", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Open+in+VisiCut", + "main_authors": [ + "github.com/t-oster", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/vpypetools/meta.json b/extensions/fablabchemnitz/vpypetools/meta.json new file mode 100644 index 00000000..4517fa5f --- /dev/null +++ b/extensions/fablabchemnitz/vpypetools/meta.json @@ -0,0 +1,15 @@ +{ + "name": "", + "id": "fablabchemnitz.de.vpype_", + "path": "vpypetools", + "original_name": "vpypetools", + "original_id": "fablabchemnitz.de.vpype_", + "license": "GNU GPL v3", + "license_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/LICENSE", + "comment": "Created by Mario Voigt", + "source_url": "https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/vpypetools", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/vpypetools", + "main_authors": [ + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/x_agram/meta.json b/extensions/fablabchemnitz/x_agram/meta.json new file mode 100644 index 00000000..a49df1d9 --- /dev/null +++ b/extensions/fablabchemnitz/x_agram/meta.json @@ -0,0 +1,16 @@ +{ + "name": "X-Agram", + "id": "fablabchemnitz.de.x_agram", + "path": "x_agram", + "original_name": "X-agram", + "original_id": "com.kacmarcik.pathmonkey.x-agram", + "license": "MIT License", + "license_url": "https://github.com/garykac/pathmonkey/blob/master/LICENSE", + "comment": "ported to Inkscape v1 manually by Mario Voigt", + "source_url": "https://github.com/garykac/pathmonkey", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/X-Agram", + "main_authors": [ + "github.com/garykac", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/zigzag_nodes/meta.json b/extensions/fablabchemnitz/zigzag_nodes/meta.json new file mode 100644 index 00000000..9e73a84d --- /dev/null +++ b/extensions/fablabchemnitz/zigzag_nodes/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Zigzag Nodes", + "id": "fablabchemnitz.de.zigzag_nodes", + "path": "zigzag_nodes", + "original_name": "unknown", + "original_id": "unknown", + "license": "GNU GPL v2", + "license_url": "http://dp48069596.lolipop.jp/sd/scripts/script_inkscape/zigzag.zip", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "http://dp48069596.lolipop.jp/sd/scripts/script_inkscape/zigzag.zip", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Zigzag+Nodes", + "main_authors": [ + "Sunabe Kazumichi", + "github.com/vmario89" + ] +} \ No newline at end of file diff --git a/extensions/fablabchemnitz/zoetrope/meta.json b/extensions/fablabchemnitz/zoetrope/meta.json new file mode 100644 index 00000000..628f7c79 --- /dev/null +++ b/extensions/fablabchemnitz/zoetrope/meta.json @@ -0,0 +1,16 @@ +{ + "name": "Zoetrope", + "id": "fablabchemnitz.de.zoetrope", + "path": "zoetrope", + "original_name": "Zoetrope", + "original_id": "neon22.zoetrope", + "license": "MIT License", + "license_url": "https://github.com/Neon22/inkscape-Zoetrope/blob/master/LICENSE", + "comment": "ported to Inkscape v1 by Mario Voigt", + "source_url": "https://github.com/Neon22/inkscape-Zoetrope", + "documentation_url": "https://stadtfabrikanten.org/display/IFM/Zoetrope", + "main_authors": [ + "github.com/Neon22", + "github.com/vmario89" + ] +} \ No newline at end of file