-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1011 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
39
40
41
42
43
44
45
46
47
48
{
"name": "theme-jaci",
"version": "2.24.5",
"displayName": "Jaci Official",
"homepage": "https://github.com/fernandobortotti",
"description": "Official Jaci Theme. A dark theme for many editors, shells, and more.",
"publisher": "FernandoBortotti",
"license": "MIT",
"maintainers": [
"Fernando Bortotti <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/fernandobortotti/jaci-theme-vscode.git"
},
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"keywords": [
"jaci",
"dark",
"theme",
"color-theme"
],
"icon": "images/jaci.png",
"galleryBanner": {
"color": "#ff0000",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Jaci",
"uiTheme": "vs-dark",
"path": "./theme/jaci.json"
}
]
},
"devDependencies": {
"js-yaml": "^4.1.0",
"prettier": "^2.6.0",
"tinycolor2": "^1.4.2",
"vsce": "^2.7.0"
}
}