-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 781 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 781 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
33
{
"name": "Nautilus Launch",
"version": "2.0.0",
"description": "A simple Nautilus extension that allows to run executables and launchers via right-click menu",
"homepage": "https://gitlab.gnome.org/madmurphy/nautilus-launch",
"author": "madmurphy333@gmail.com",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://gitlab.gnome.org/madmurphy/nautilus-launch.git"
},
"dependencies": {
"glib2": "*",
"libnautilus-extension": ">=4",
},
"devDependencies": {
"gettext": ">=0.19",
"pkgconf": "*"
},
"src": [
"src/nautilus-launch.c"
],
"bugs": {
"url": "https://gitlab.gnome.org/madmurphy/nautilus-launch/issues",
"email" : "madmurphy333@gmail.com"
},
"keywords": [
"c",
"gnome",
"nautilus",
"nautilus-extension"
]
}