-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (38 loc) · 855 Bytes
/
package.json
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
33
34
35
36
37
38
{
"name": "nautilus-hide",
"version": "0.3.0",
"description": "A simple Nautilus extension that adds \"Hide\" and \"Unhide\" to Nautilus right-click menu",
"homepage": "https://gitlab.gnome.org/madmurphy/nautilus-hide",
"author": "madmurphy333@gmail.com",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://gitlab.gnome.org/madmurphy/nautilus-hide.git"
},
"dependencies": {
"glib2": "*",
"libnautilus-extension": ">=4",
},
"devDependencies": {
"gettext": ">=0.19",
"pkgconf": "*"
},
"src": [
"src/nautilus-hide.c"
],
"bugs": {
"url": "https://gitlab.gnome.org/madmurphy/nautilus-hide/issues",
"email" : "madmurphy333@gmail.com"
},
"keywords": [
"desktop",
"desktop-environment",
"dotfiles",
"hidden-files",
"gnome",
"gnu",
"gnu-linux",
"nautilus",
"nautilus-extension"
]
}