-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (51 loc) · 1.01 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nautilus-annotations",
"version": "2.0.1",
"description": "Annotate files and directories",
"homepage": "https://gitlab.gnome.org/madmurphy/nautilus-annotations",
"author": "[email protected]",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://gitlab.gnome.org/madmurphy/nautilus-annotations.git"
},
"dependencies": {
"glib": ">=2",
"libnautilus-extension": ">=4",
"libadwaita": ">=1",
"gtk": ">=4",
"gtksourceview": ">=5"
},
"devDependencies": {
"gettext": ">=0.19",
"pkgconfig": ">=0.9.0"
},
"src": [
"src/nautilus-annotations.c"
],
"bugs": {
"url": "https://gitlab.gnome.org/madmurphy/nautilus-annotations/issues",
"email" : "[email protected]"
},
"keywords": [
"annotations",
"c",
"desktop",
"desktop-environment",
"file-manager",
"file-metadata",
"gio",
"gnome",
"gnu",
"gnu-linux",
"gtk",
"gtksourceview",
"gvfs",
"gvfs-metadata",
"markdown",
"metadata",
"nautilus",
"nautilus-extension",
"notes"
]
}