16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"name": "monito",
|
|
"version": "1.0.0",
|
|
"description": "Monito extension for gnome-shell",
|
|
"main": "extension.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://gitea@forge.chapril.org:222/Monito/monito.git"
|
|
},
|
|
"author": "Benjamin Drieu",
|
|
"license": "GPL-2.0-or-later"
|
|
}
|