-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 924 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "gnome-shell-extension-messagingmenu",
"version": "1.0.0",
"description": "A Messaging Menu for the Gnome Shell. All email, chat, and microblogging applications in one place.",
"main": "messagingmenu@lauinger-clan.de/extension.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"update-translations": "./update-translation-po-files.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisLauinger77/messagingmenu.git"
},
"keywords": [
"gnome-shell",
"extension",
"messaging",
"menu"
],
"author": "Chris Lauinger",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ChrisLauinger77/messagingmenu/issues"
},
"homepage": "https://github.com/ChrisLauinger77/messagingmenu#readme",
"devDependencies": {
"eslint": "^9.0.0",
"@eslint/js": "^9.0.0"
},
"type": "module"
}