mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"name": "top-bar-organizer",
|
|
"version": "1.0.0",
|
|
"description": "A Gnome Shell Extension for organizing your Gnome Shell top bar.",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.gnome.org:julianschacher/top-bar-organizer.git"
|
|
},
|
|
"author": "Julian Schacher",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"eslint": "^8.32.0"
|
|
}
|
|
}
|