forked from gcampax/node-gsettings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 825 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 825 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
34
35
36
37
{
"name": "node-gsettings",
"description": "Node binding to gsettings dconf tool",
"version": "0.1.10",
"author": "Leopold Burdyl",
"scripts": {
"test": "node tests/test.js"
},
"bugs": "https://github.com/vilnius-leopold/node-gsettings/issues",
"homepage": "https://github.com/vilnius-leopold/node-gsettings",
"dependencies": {},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
}
],
"keywords": [
"dconf",
"gsettings",
"settings",
"config",
"gnome",
"desktop",
"linux",
"gnu"
],
"repository": "https://github.com/vilnius-leopold/node-gsettings.git",
"main": "index.js",
"engines": {
"node": ">=10.0"
},
"devDependencies": {
"truncate": "^1.0.4",
"eslint": "^5.13.0"
}
}