-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
48 lines (48 loc) · 1.02 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
{
"name": "native-ui",
"theme": "ui",
"version": "0.26.3",
"description": "Experience better coding in macOS High Sierra.",
"main": "lib/main",
"keywords": [
"sierra",
"elcapitan",
"native",
"apple",
"macos",
"macosx",
"sanfrancisco"
],
"repository": "https://github.com/fv0/native-ui.git",
"engines": {
"atom": ">= 1.27"
},
"configSchema": {
"tabs": {
"order": 1,
"type": "object",
"title": "Tabs",
"properties": {
"autoResizeTabs": {
"title": "Flexible tabs",
"description": "Resize tabs proportional to the space available.",
"type": "boolean",
"default": true
}
}
},
"ui": {
"order": 2,
"type": "object",
"title": "User Interface",
"properties": {
"macTransparency": {
"title": "macOS transparency",
"description": "Enable transparency for the sidebars.",
"type": "boolean",
"default": true
}
}
}
}
}